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