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