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