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.1 KiB
78 lines
2.1 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, Mci0PMIDelegate
|
|
Filename: Mci0PMIDelegate.hxx
|
|
Module: Mci0mfgcharacteristicsbvr
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef MCI0MFGCHARACTERISTICS__MCI0PMIDELEGATE_HXX
|
|
#define MCI0MFGCHARACTERISTICS__MCI0PMIDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Mci0mfgcharacteristicsbvr/Mci0PMI.hxx>
|
|
|
|
#include <Mci0mfgcharacteristicsbvr/libmci0mfgcharacteristicsbvr_exports.h>
|
|
|
|
namespace mci0mfgcharacteristics
|
|
{
|
|
class Mci0PMIDelegate;
|
|
}
|
|
namespace mci0mfgcharacteristics
|
|
{
|
|
class Mci0PMIImpl;
|
|
}
|
|
namespace mci0mfgcharacteristics
|
|
{
|
|
class Mci0PMI;
|
|
}
|
|
namespace mci0mfgcharacteristics
|
|
{
|
|
class Mci0PMIGenImpl;
|
|
}
|
|
|
|
namespace mci0mfgcharacteristics_alias = ::mci0mfgcharacteristics;
|
|
|
|
|
|
class MCI0MFGCHARACTERISTICSBVR_API mci0mfgcharacteristics_alias::Mci0PMIDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Mci0PMIDelegate instance
|
|
static Mci0PMIDelegate& getInstance();
|
|
|
|
// Method to create the Mci0PMIImpl pointer
|
|
static Mci0PMIImpl* createImpl( Mci0PMI& ifObj );
|
|
|
|
// Method to delete the Mci0PMIImpl pointer
|
|
static void deleteImpl( Mci0PMIImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Mci0PMIDelegate* m_pInstance;
|
|
|
|
Mci0PMIDelegate();
|
|
virtual ~Mci0PMIDelegate();
|
|
static void setInstance( Mci0PMIDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::mci0mfgcharacteristics::Mci0PMIGenImpl;
|
|
|
|
};
|
|
|
|
#include <Mci0mfgcharacteristicsbvr/libmci0mfgcharacteristicsbvr_undef.h>
|
|
#endif // MCI0MFGCHARACTERISTICS__MCI0PMIDELEGATE_HXX
|