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