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

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