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