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