//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, Cpd0ConnectedElementDelegate Filename: Cpd0ConnectedElementDelegate.hxx Module: cpd0cd @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CPD__CPD0CONNECTEDELEMENTDELEGATE_HXX #define TEAMCENTER__CPD__CPD0CONNECTEDELEMENTDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Cpd { class Cpd0ConnectedElementDelegate; } } namespace Teamcenter { namespace Cpd { class Cpd0ConnectedElementImpl; } } namespace Teamcenter { namespace Cpd { class Cpd0ConnectedElement; } } namespace Teamcenter { namespace Cpd { class Cpd0ConnectedElementGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CPD0CD_API Teamcenter_alias::Cpd::Cpd0ConnectedElementDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cpd0ConnectedElementDelegate instance static Cpd0ConnectedElementDelegate& getInstance(); // Method to create the Cpd0ConnectedElementImpl pointer static Cpd0ConnectedElementImpl* createImpl( Cpd0ConnectedElement& ifObj ); // Method to delete the Cpd0ConnectedElementImpl pointer static void deleteImpl( Cpd0ConnectedElementImpl* impl ); protected: // Pointer to the instance static Cpd0ConnectedElementDelegate* m_pInstance; Cpd0ConnectedElementDelegate(); virtual ~Cpd0ConnectedElementDelegate(); static void setInstance( Cpd0ConnectedElementDelegate* instance ); private: friend class ::Teamcenter::Cpd::Cpd0ConnectedElementGenImpl; }; #include #endif // TEAMCENTER__CPD__CPD0CONNECTEDELEMENTDELEGATE_HXX