//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_GrphcTrnsltnRevisionDispatch Filename: DCt_GrphcTrnsltnRevisionDispatch.hxx Module: contmgmtbasedispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTBASE__DCT_GRPHCTRNSLTNREVISIONDISPATCH_HXX #define TEAMCENTER__CONTMGMTBASE__DCT_GRPHCTRNSLTNREVISIONDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { namespace contmgmtbase { class DCt_GrphcTrnsltnRevisionDispatch; } } namespace Teamcenter { namespace contmgmtbase { class DCt_GrphcTrnsltnRevisionDelegate; } } namespace Teamcenter { class BusinessObjectImpl; } class CONTMGMTBASEDISPATCH_API Teamcenter::contmgmtbase::DCt_GrphcTrnsltnRevisionDispatch : public Teamcenter::contmgmtbase::DCt_GrphcTrnsltnRevisionDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the DCt_GrphcTrnsltnRevisionDispatch instance static DCt_GrphcTrnsltnRevisionDispatch& getInstance(); private: // Pointer to the dispatch instance static DCt_GrphcTrnsltnRevisionDispatch* m_dispatch; // Default Constructor DCt_GrphcTrnsltnRevisionDispatch(); // Default Destructor virtual ~DCt_GrphcTrnsltnRevisionDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a DCt_GrphcTrnsltnRevisionDispatch DCt_GrphcTrnsltnRevisionDispatch( const DCt_GrphcTrnsltnRevisionDispatch& ); // Assignment operator DCt_GrphcTrnsltnRevisionDispatch& operator = ( const DCt_GrphcTrnsltnRevisionDispatch& ); // friend friend void ::Teamcenter::contmgmtbase::initializecontmgmtbaseInternal(); friend void ::Teamcenter::contmgmtbase::initializecontmgmtbaseExtenders(); friend class Teamcenter::contmgmtbase::DCt_GrphcTrnsltnRevisionDelegate; }; #include #endif // TEAMCENTER__CONTMGMTBASE__DCT_GRPHCTRNSLTNREVISIONDISPATCH_HXX