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