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