You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML_ITK/13/include_cpp/epm/EPMRouteTaskTemplateDelegat...

78 lines
2.1 KiB

//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 <common/tc_deprecation_macros.h>
#include <epm/EPMRouteTaskTemplate.hxx>
#include <epm/libepm_exports.h>
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 <epm/libepm_undef.h>
#endif // TEAMCENTER__EPMROUTETASKTEMPLATEDELEGATE_HXX