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/EPMNotifyTaskTemplateDelega...

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