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