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