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