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
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, TaskDeliverableDelegate
|
|
Filename: TaskDeliverableDelegate.hxx
|
|
Module: schmgt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__TASKDELIVERABLEDELEGATE_HXX
|
|
#define TEAMCENTER__TASKDELIVERABLEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <schmgt/TaskDeliverable.hxx>
|
|
|
|
#include <schmgt/libschmgt_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class TaskDeliverableDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class TaskDeliverableImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class TaskDeliverable;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class TaskDeliverableGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SCHMGT_API Teamcenter_alias::TaskDeliverableDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the TaskDeliverableDelegate instance
|
|
static TaskDeliverableDelegate& getInstance();
|
|
|
|
// Method to create the TaskDeliverableImpl pointer
|
|
static TaskDeliverableImpl* createImpl( TaskDeliverable& ifObj );
|
|
|
|
// Method to delete the TaskDeliverableImpl pointer
|
|
static void deleteImpl( TaskDeliverableImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static TaskDeliverableDelegate* m_pInstance;
|
|
|
|
TaskDeliverableDelegate();
|
|
virtual ~TaskDeliverableDelegate();
|
|
static void setInstance( TaskDeliverableDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::TaskDeliverableGenImpl;
|
|
|
|
};
|
|
|
|
#include <schmgt/libschmgt_undef.h>
|
|
#endif // TEAMCENTER__TASKDELIVERABLEDELEGATE_HXX
|