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