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