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