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