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