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