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