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