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.1 KiB
78 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, ExportedProxyLinkDelegate
|
|
Filename: ExportedProxyLinkDelegate.hxx
|
|
Module: wproxy
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__EXPORTEDPROXYLINKDELEGATE_HXX
|
|
#define TEAMCENTER__EXPORTEDPROXYLINKDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <wproxy/ExportedProxyLink.hxx>
|
|
|
|
#include <wproxy/libwproxy_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ExportedProxyLinkDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ExportedProxyLinkImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ExportedProxyLink;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ExportedProxyLinkGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class WPROXY_API Teamcenter_alias::ExportedProxyLinkDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ExportedProxyLinkDelegate instance
|
|
static ExportedProxyLinkDelegate& getInstance();
|
|
|
|
// Method to create the ExportedProxyLinkImpl pointer
|
|
static ExportedProxyLinkImpl* createImpl( ExportedProxyLink& ifObj );
|
|
|
|
// Method to delete the ExportedProxyLinkImpl pointer
|
|
static void deleteImpl( ExportedProxyLinkImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ExportedProxyLinkDelegate* m_pInstance;
|
|
|
|
ExportedProxyLinkDelegate();
|
|
virtual ~ExportedProxyLinkDelegate();
|
|
static void setInstance( ExportedProxyLinkDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ExportedProxyLinkGenImpl;
|
|
|
|
};
|
|
|
|
#include <wproxy/libwproxy_undef.h>
|
|
#endif // TEAMCENTER__EXPORTEDPROXYLINKDELEGATE_HXX
|