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