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