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.

78 lines
2.0 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, EPMValidateTaskDelegate
Filename: EPMValidateTaskDelegate.hxx
Module: epm
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__EPMVALIDATETASKDELEGATE_HXX
#define TEAMCENTER__EPMVALIDATETASKDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <epm/EPMValidateTask.hxx>
#include <epm/libepm_exports.h>
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 <epm/libepm_undef.h>
#endif // TEAMCENTER__EPMVALIDATETASKDELEGATE_HXX