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