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

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