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