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