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