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.
90 lines
2.3 KiB
90 lines
2.3 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, Adc0TaskDelegate
|
|
Filename: Adc0TaskDelegate.hxx
|
|
Module: adschangemanagement
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__ADSCHANGEMANAGEMENT__ADC0TASKDELEGATE_HXX
|
|
#define TEAMCENTER__ADSCHANGEMANAGEMENT__ADC0TASKDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <adschangemanagement/Adc0Task.hxx>
|
|
|
|
#include <adschangemanagement/libadschangemanagement_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace adschangemanagement
|
|
{
|
|
class Adc0TaskDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adschangemanagement
|
|
{
|
|
class Adc0TaskImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adschangemanagement
|
|
{
|
|
class Adc0Task;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace adschangemanagement
|
|
{
|
|
class Adc0TaskGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class ADSCHANGEMANAGEMENT_API Teamcenter_alias::adschangemanagement::Adc0TaskDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Adc0TaskDelegate instance
|
|
static Adc0TaskDelegate& getInstance();
|
|
|
|
// Method to create the Adc0TaskImpl pointer
|
|
static Adc0TaskImpl* createImpl( Adc0Task& ifObj );
|
|
|
|
// Method to delete the Adc0TaskImpl pointer
|
|
static void deleteImpl( Adc0TaskImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Adc0TaskDelegate* m_pInstance;
|
|
|
|
Adc0TaskDelegate();
|
|
virtual ~Adc0TaskDelegate();
|
|
static void setInstance( Adc0TaskDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::adschangemanagement::Adc0TaskGenImpl;
|
|
|
|
};
|
|
|
|
#include <adschangemanagement/libadschangemanagement_undef.h>
|
|
#endif // TEAMCENTER__ADSCHANGEMANAGEMENT__ADC0TASKDELEGATE_HXX
|