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