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