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.
ML_ITK/13/include_cpp/cba/PartApplicationProxyDelegat...

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