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, MetaExceptionDelegate
Filename: MetaExceptionDelegate.hxx
Module: meta
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__METAEXCEPTIONDELEGATE_HXX
#define TEAMCENTER__METAEXCEPTIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <meta/MetaException.hxx>
#include <meta/libmeta_exports.h>
namespace Teamcenter
{
class MetaExceptionDelegate;
}
namespace Teamcenter
{
class MetaExceptionImpl;
}
namespace Teamcenter
{
class MetaException;
}
namespace Teamcenter
{
class MetaExceptionGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class META_API Teamcenter_alias::MetaExceptionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the MetaExceptionDelegate instance
static MetaExceptionDelegate& getInstance();
// Method to create the MetaExceptionImpl pointer
static MetaExceptionImpl* createImpl( MetaException& ifObj );
// Method to delete the MetaExceptionImpl pointer
static void deleteImpl( MetaExceptionImpl* impl );
protected:
// Pointer to the instance
static MetaExceptionDelegate* m_pInstance;
MetaExceptionDelegate();
virtual ~MetaExceptionDelegate();
static void setInstance( MetaExceptionDelegate* instance );
private:
friend class ::Teamcenter::MetaExceptionGenImpl;
};
#include <meta/libmeta_undef.h>
#endif // TEAMCENTER__METAEXCEPTIONDELEGATE_HXX