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