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