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