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