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