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