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