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
1.9 KiB
78 lines
1.9 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, ParmDefSEDDelegate
|
|
Filename: ParmDefSEDDelegate.hxx
|
|
Module: ccdm
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CCDM__PARMDEFSEDDELEGATE_HXX
|
|
#define CCDM__PARMDEFSEDDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <ccdm/ParmDefSED.hxx>
|
|
|
|
#include <ccdm/libccdm_exports.h>
|
|
|
|
namespace ccdm
|
|
{
|
|
class ParmDefSEDDelegate;
|
|
}
|
|
namespace ccdm
|
|
{
|
|
class ParmDefSEDImpl;
|
|
}
|
|
namespace ccdm
|
|
{
|
|
class ParmDefSED;
|
|
}
|
|
namespace ccdm
|
|
{
|
|
class ParmDefSEDGenImpl;
|
|
}
|
|
|
|
namespace ccdm_alias = ::ccdm;
|
|
|
|
|
|
class CCDM_API ccdm_alias::ParmDefSEDDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ParmDefSEDDelegate instance
|
|
static ParmDefSEDDelegate& getInstance();
|
|
|
|
// Method to create the ParmDefSEDImpl pointer
|
|
static ParmDefSEDImpl* createImpl( ParmDefSED& ifObj );
|
|
|
|
// Method to delete the ParmDefSEDImpl pointer
|
|
static void deleteImpl( ParmDefSEDImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ParmDefSEDDelegate* m_pInstance;
|
|
|
|
ParmDefSEDDelegate();
|
|
virtual ~ParmDefSEDDelegate();
|
|
static void setInstance( ParmDefSEDDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::ccdm::ParmDefSEDGenImpl;
|
|
|
|
};
|
|
|
|
#include <ccdm/libccdm_undef.h>
|
|
#endif // CCDM__PARMDEFSEDDELEGATE_HXX
|