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