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