//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, Mfg0BvrPlantSensorDelegate Filename: Mfg0BvrPlantSensorDelegate.hxx Module: mfgbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MFG0BVRPLANTSENSORDELEGATE_HXX #define TEAMCENTER__MFG0BVRPLANTSENSORDELEGATE_HXX #include #include #include namespace Teamcenter { class Mfg0BvrPlantSensorDelegate; } namespace Teamcenter { class Mfg0BvrPlantSensorImpl; } namespace Teamcenter { class Mfg0BvrPlantSensor; } namespace Teamcenter { class Mfg0BvrPlantSensorGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class MFGBVR_API Teamcenter_alias::Mfg0BvrPlantSensorDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mfg0BvrPlantSensorDelegate instance static Mfg0BvrPlantSensorDelegate& getInstance(); // Method to create the Mfg0BvrPlantSensorImpl pointer static Mfg0BvrPlantSensorImpl* createImpl( Mfg0BvrPlantSensor& ifObj ); // Method to delete the Mfg0BvrPlantSensorImpl pointer static void deleteImpl( Mfg0BvrPlantSensorImpl* impl ); protected: // Pointer to the instance static Mfg0BvrPlantSensorDelegate* m_pInstance; Mfg0BvrPlantSensorDelegate(); virtual ~Mfg0BvrPlantSensorDelegate(); static void setInstance( Mfg0BvrPlantSensorDelegate* instance ); private: friend class ::Teamcenter::Mfg0BvrPlantSensorGenImpl; }; #include #endif // TEAMCENTER__MFG0BVRPLANTSENSORDELEGATE_HXX