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