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