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