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