//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, Mes0MEDCDDelegate Filename: Mes0MEDCDDelegate.hxx Module: mesbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef CMTMES__MES0MEDCDDELEGATE_HXX #define CMTMES__MES0MEDCDDELEGATE_HXX #include #include #include namespace CMTMES { class Mes0MEDCDDelegate; } namespace CMTMES { class Mes0MEDCDImpl; } namespace CMTMES { class Mes0MEDCD; } namespace CMTMES { class Mes0MEDCDGenImpl; } namespace CMTMES_alias = ::CMTMES; class MESBVR_API CMTMES_alias::Mes0MEDCDDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mes0MEDCDDelegate instance static Mes0MEDCDDelegate& getInstance(); // Method to create the Mes0MEDCDImpl pointer static Mes0MEDCDImpl* createImpl( Mes0MEDCD& ifObj ); // Method to delete the Mes0MEDCDImpl pointer static void deleteImpl( Mes0MEDCDImpl* impl ); protected: // Pointer to the instance static Mes0MEDCDDelegate* m_pInstance; Mes0MEDCDDelegate(); virtual ~Mes0MEDCDDelegate(); static void setInstance( Mes0MEDCDDelegate* instance ); private: friend class ::CMTMES::Mes0MEDCDGenImpl; }; #include #endif // CMTMES__MES0MEDCDDELEGATE_HXX