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