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