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