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