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