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