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