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