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.

90 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, MUGProxyDelegate
Filename: MUGProxyDelegate.hxx
Module: cba
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CBA__MUGPROXYDELEGATE_HXX
#define TEAMCENTER__CBA__MUGPROXYDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cba/MUGProxy.hxx>
#include <cba/libcba_exports.h>
namespace Teamcenter
{
namespace cba
{
class MUGProxyDelegate;
}
}
namespace Teamcenter
{
namespace cba
{
class MUGProxyImpl;
}
}
namespace Teamcenter
{
namespace cba
{
class MUGProxy;
}
}
namespace Teamcenter
{
namespace cba
{
class MUGProxyGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class CBA_API Teamcenter_alias::cba::MUGProxyDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the MUGProxyDelegate instance
static MUGProxyDelegate& getInstance();
// Method to create the MUGProxyImpl pointer
static MUGProxyImpl* createImpl( MUGProxy& ifObj );
// Method to delete the MUGProxyImpl pointer
static void deleteImpl( MUGProxyImpl* impl );
protected:
// Pointer to the instance
static MUGProxyDelegate* m_pInstance;
MUGProxyDelegate();
virtual ~MUGProxyDelegate();
static void setInstance( MUGProxyDelegate* instance );
private:
friend class ::Teamcenter::cba::MUGProxyGenImpl;
};
#include <cba/libcba_undef.h>
#endif // TEAMCENTER__CBA__MUGPROXYDELEGATE_HXX