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.8 KiB
78 lines
1.8 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, Mes0MEPFDelegate
|
|
Filename: Mes0MEPFDelegate.hxx
|
|
Module: mesbvr
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CMTMES__MES0MEPFDELEGATE_HXX
|
|
#define CMTMES__MES0MEPFDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <mesbvr/Mes0MEPF.hxx>
|
|
|
|
#include <mesbvr/libmesbvr_exports.h>
|
|
|
|
namespace CMTMES
|
|
{
|
|
class Mes0MEPFDelegate;
|
|
}
|
|
namespace CMTMES
|
|
{
|
|
class Mes0MEPFImpl;
|
|
}
|
|
namespace CMTMES
|
|
{
|
|
class Mes0MEPF;
|
|
}
|
|
namespace CMTMES
|
|
{
|
|
class Mes0MEPFGenImpl;
|
|
}
|
|
|
|
namespace CMTMES_alias = ::CMTMES;
|
|
|
|
|
|
class MESBVR_API CMTMES_alias::Mes0MEPFDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Mes0MEPFDelegate instance
|
|
static Mes0MEPFDelegate& getInstance();
|
|
|
|
// Method to create the Mes0MEPFImpl pointer
|
|
static Mes0MEPFImpl* createImpl( Mes0MEPF& ifObj );
|
|
|
|
// Method to delete the Mes0MEPFImpl pointer
|
|
static void deleteImpl( Mes0MEPFImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Mes0MEPFDelegate* m_pInstance;
|
|
|
|
Mes0MEPFDelegate();
|
|
virtual ~Mes0MEPFDelegate();
|
|
static void setInstance( Mes0MEPFDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::CMTMES::Mes0MEPFGenImpl;
|
|
|
|
};
|
|
|
|
#include <mesbvr/libmesbvr_undef.h>
|
|
#endif // CMTMES__MES0MEPFDELEGATE_HXX
|