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