//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, Mdc0OrderedElementGroupDispatch Filename: Mdc0OrderedElementGroupDispatch.hxx Module: mdc0mdconnectivitydispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MDCONNECTIVITY__MDC0ORDEREDELEMENTGROUPDISPATCH_HXX #define TEAMCENTER__MDCONNECTIVITY__MDC0ORDEREDELEMENTGROUPDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { namespace mdconnectivity { class Mdc0OrderedElementGroupDispatch; } } namespace Teamcenter { namespace mdconnectivity { class Mdc0OrderedElementGroupDelegate; } } namespace Teamcenter { class BusinessObjectImpl; } class MDC0MDCONNECTIVITYDISPATCH_API Teamcenter::mdconnectivity::Mdc0OrderedElementGroupDispatch : public Teamcenter::mdconnectivity::Mdc0OrderedElementGroupDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mdc0OrderedElementGroupDispatch instance static Mdc0OrderedElementGroupDispatch& getInstance(); private: // Pointer to the dispatch instance static Mdc0OrderedElementGroupDispatch* m_dispatch; // Default Constructor Mdc0OrderedElementGroupDispatch(); // Default Destructor virtual ~Mdc0OrderedElementGroupDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Mdc0OrderedElementGroupDispatch Mdc0OrderedElementGroupDispatch( const Mdc0OrderedElementGroupDispatch& ); // Assignment operator Mdc0OrderedElementGroupDispatch& operator = ( const Mdc0OrderedElementGroupDispatch& ); // friend friend void ::Teamcenter::mdconnectivity::initializemdc0mdconnectivityInternal(); friend void ::Teamcenter::mdconnectivity::initializemdc0mdconnectivityExtenders(); friend class Teamcenter::mdconnectivity::Mdc0OrderedElementGroupDelegate; }; #include #endif // TEAMCENTER__MDCONNECTIVITY__MDC0ORDEREDELEMENTGROUPDISPATCH_HXX