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
1.9 KiB
78 lines
1.9 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, POM_memberDelegate
|
|
Filename: POM_memberDelegate.hxx
|
|
Module: sa
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__POM_MEMBERDELEGATE_HXX
|
|
#define TEAMCENTER__POM_MEMBERDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <sa/POM_member.hxx>
|
|
|
|
#include <sa/libsa_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class POM_memberDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class POM_memberImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class POM_member;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class POM_memberGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SA_API Teamcenter_alias::POM_memberDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the POM_memberDelegate instance
|
|
static POM_memberDelegate& getInstance();
|
|
|
|
// Method to create the POM_memberImpl pointer
|
|
static POM_memberImpl* createImpl( POM_member& ifObj );
|
|
|
|
// Method to delete the POM_memberImpl pointer
|
|
static void deleteImpl( POM_memberImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static POM_memberDelegate* m_pInstance;
|
|
|
|
POM_memberDelegate();
|
|
virtual ~POM_memberDelegate();
|
|
static void setInstance( POM_memberDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::POM_memberGenImpl;
|
|
|
|
};
|
|
|
|
#include <sa/libsa_undef.h>
|
|
#endif // TEAMCENTER__POM_MEMBERDELEGATE_HXX
|