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