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