//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, Cpd0ControlModelDelegate Filename: Cpd0ControlModelDelegate.hxx Module: cpd0cd @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CPD__CPD0CONTROLMODELDELEGATE_HXX #define TEAMCENTER__CPD__CPD0CONTROLMODELDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Cpd { class Cpd0ControlModelDelegate; } } namespace Teamcenter { namespace Cpd { class Cpd0ControlModelImpl; } } namespace Teamcenter { namespace Cpd { class Cpd0ControlModel; } } namespace Teamcenter { namespace Cpd { class Cpd0ControlModelGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CPD0CD_API Teamcenter_alias::Cpd::Cpd0ControlModelDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cpd0ControlModelDelegate instance static Cpd0ControlModelDelegate& getInstance(); // Method to create the Cpd0ControlModelImpl pointer static Cpd0ControlModelImpl* createImpl( Cpd0ControlModel& ifObj ); // Method to delete the Cpd0ControlModelImpl pointer static void deleteImpl( Cpd0ControlModelImpl* impl ); protected: // Pointer to the instance static Cpd0ControlModelDelegate* m_pInstance; Cpd0ControlModelDelegate(); virtual ~Cpd0ControlModelDelegate(); static void setInstance( Cpd0ControlModelDelegate* instance ); private: friend class ::Teamcenter::Cpd::Cpd0ControlModelGenImpl; }; #include #endif // TEAMCENTER__CPD__CPD0CONTROLMODELDELEGATE_HXX