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