//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_SkdDMDispatch Filename: DC_SkdDMDispatch.hxx Module: contmgmts1000ddispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTMGMTS1000D__DC_SKDDMDISPATCH_HXX #define TEAMCENTER__CONTMGMTS1000D__DC_SKDDMDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMDispatch; } } namespace Teamcenter { namespace contmgmts1000d { class DC_SkdDMDelegate; } } namespace Teamcenter { class BusinessObjectImpl; } class CONTMGMTS1000DDISPATCH_API Teamcenter::contmgmts1000d::DC_SkdDMDispatch : public Teamcenter::contmgmts1000d::DC_SkdDMDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the DC_SkdDMDispatch instance static DC_SkdDMDispatch& getInstance(); private: // Pointer to the dispatch instance static DC_SkdDMDispatch* m_dispatch; // Default Constructor DC_SkdDMDispatch(); // Default Destructor virtual ~DC_SkdDMDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a DC_SkdDMDispatch DC_SkdDMDispatch( const DC_SkdDMDispatch& ); // Assignment operator DC_SkdDMDispatch& operator = ( const DC_SkdDMDispatch& ); // friend friend void ::Teamcenter::contmgmts1000d::initializecontmgmts1000dInternal(); friend void ::Teamcenter::contmgmts1000d::initializecontmgmts1000dExtenders(); friend class Teamcenter::contmgmts1000d::DC_SkdDMDelegate; }; #include #endif // TEAMCENTER__CONTMGMTS1000D__DC_SKDDMDISPATCH_HXX