//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, AuditReportDelegate Filename: AuditReportDelegate.hxx Module: rdv @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__AUDITREPORTDELEGATE_HXX #define TEAMCENTER__AUDITREPORTDELEGATE_HXX #include #include #include namespace Teamcenter { class AuditReportDelegate; } namespace Teamcenter { class AuditReportImpl; } namespace Teamcenter { class AuditReport; } namespace Teamcenter { class AuditReportGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class RDV_API Teamcenter_alias::AuditReportDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the AuditReportDelegate instance static AuditReportDelegate& getInstance(); // Method to create the AuditReportImpl pointer static AuditReportImpl* createImpl( AuditReport& ifObj ); // Method to delete the AuditReportImpl pointer static void deleteImpl( AuditReportImpl* impl ); protected: // Pointer to the instance static AuditReportDelegate* m_pInstance; AuditReportDelegate(); virtual ~AuditReportDelegate(); static void setInstance( AuditReportDelegate* instance ); private: friend class ::Teamcenter::AuditReportGenImpl; }; #include #endif // TEAMCENTER__AUDITREPORTDELEGATE_HXX