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