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.
79 lines
2.2 KiB
79 lines
2.2 KiB
//Copyright 2020 Siemens Digital Industries Software
|
|
//==================================================
|
|
//Copyright $2020.
|
|
//Siemens Product Lifecycle Management Software Inc.
|
|
//All Rights Reserved.
|
|
//e
|
|
//==================================================
|
|
//Copyright 2020 Siemens Digital Industries Software
|
|
|
|
/*==================================================================================================
|
|
File description:
|
|
This file contains the declaration for the Business Object, CPA0ImplCorrActionDelegate
|
|
Filename: CPA0ImplCorrActionDelegate.hxx
|
|
Module: CPA0capadatamodel
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CAPADATAMODEL__CPA0IMPLCORRACTIONDELEGATE_HXX
|
|
#define CAPADATAMODEL__CPA0IMPLCORRACTIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <CPA0capadatamodel/CPA0ImplCorrAction.hxx>
|
|
|
|
#include <CPA0capadatamodel/libcpa0capadatamodel_exports.h>
|
|
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ImplCorrActionDelegate;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ImplCorrActionImpl;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ImplCorrAction;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ImplCorrActionGenImpl;
|
|
}
|
|
|
|
namespace capadatamodel_alias = ::capadatamodel;
|
|
|
|
|
|
class CPA0CAPADATAMODEL_API capadatamodel_alias::CPA0ImplCorrActionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the CPA0ImplCorrActionDelegate instance
|
|
static CPA0ImplCorrActionDelegate& getInstance();
|
|
|
|
// Method to create the CPA0ImplCorrActionImpl pointer
|
|
static CPA0ImplCorrActionImpl* createImpl( CPA0ImplCorrAction& ifObj );
|
|
|
|
// Method to delete the CPA0ImplCorrActionImpl pointer
|
|
static void deleteImpl( CPA0ImplCorrActionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static CPA0ImplCorrActionDelegate* m_pInstance;
|
|
|
|
CPA0ImplCorrActionDelegate();
|
|
virtual ~CPA0ImplCorrActionDelegate();
|
|
static void setInstance( CPA0ImplCorrActionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::capadatamodel::CPA0ImplCorrActionGenImpl;
|
|
|
|
};
|
|
|
|
#include <CPA0capadatamodel/libcpa0capadatamodel_undef.h>
|
|
#endif // CAPADATAMODEL__CPA0IMPLCORRACTIONDELEGATE_HXX
|