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/EPMDoTaskTemplateDelegate.hxx

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