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.3 KiB
79 lines
2.3 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, CPA0ContainmentActionDelegate
|
|
Filename: CPA0ContainmentActionDelegate.hxx
|
|
Module: CPA0capadatamodel
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CAPADATAMODEL__CPA0CONTAINMENTACTIONDELEGATE_HXX
|
|
#define CAPADATAMODEL__CPA0CONTAINMENTACTIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <CPA0capadatamodel/CPA0ContainmentAction.hxx>
|
|
|
|
#include <CPA0capadatamodel/libcpa0capadatamodel_exports.h>
|
|
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ContainmentActionDelegate;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ContainmentActionImpl;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ContainmentAction;
|
|
}
|
|
namespace capadatamodel
|
|
{
|
|
class CPA0ContainmentActionGenImpl;
|
|
}
|
|
|
|
namespace capadatamodel_alias = ::capadatamodel;
|
|
|
|
|
|
class CPA0CAPADATAMODEL_API capadatamodel_alias::CPA0ContainmentActionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the CPA0ContainmentActionDelegate instance
|
|
static CPA0ContainmentActionDelegate& getInstance();
|
|
|
|
// Method to create the CPA0ContainmentActionImpl pointer
|
|
static CPA0ContainmentActionImpl* createImpl( CPA0ContainmentAction& ifObj );
|
|
|
|
// Method to delete the CPA0ContainmentActionImpl pointer
|
|
static void deleteImpl( CPA0ContainmentActionImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static CPA0ContainmentActionDelegate* m_pInstance;
|
|
|
|
CPA0ContainmentActionDelegate();
|
|
virtual ~CPA0ContainmentActionDelegate();
|
|
static void setInstance( CPA0ContainmentActionDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::capadatamodel::CPA0ContainmentActionGenImpl;
|
|
|
|
};
|
|
|
|
#include <CPA0capadatamodel/libcpa0capadatamodel_undef.h>
|
|
#endif // CAPADATAMODEL__CPA0CONTAINMENTACTIONDELEGATE_HXX
|