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