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, POM_system_classDelegate
|
|
Filename: POM_system_classDelegate.hxx
|
|
Module: cxpom
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__POM_SYSTEM_CLASSDELEGATE_HXX
|
|
#define TEAMCENTER__POM_SYSTEM_CLASSDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <cxpom/POM_system_class.hxx>
|
|
|
|
#include <cxpom/libcxpom_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class POM_system_classDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class POM_system_classImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class POM_system_class;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class POM_system_classGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CXPOM_API Teamcenter_alias::POM_system_classDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the POM_system_classDelegate instance
|
|
static POM_system_classDelegate& getInstance();
|
|
|
|
// Method to create the POM_system_classImpl pointer
|
|
static POM_system_classImpl* createImpl( POM_system_class& ifObj );
|
|
|
|
// Method to delete the POM_system_classImpl pointer
|
|
static void deleteImpl( POM_system_classImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static POM_system_classDelegate* m_pInstance;
|
|
|
|
POM_system_classDelegate();
|
|
virtual ~POM_system_classDelegate();
|
|
static void setInstance( POM_system_classDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::POM_system_classGenImpl;
|
|
|
|
};
|
|
|
|
#include <cxpom/libcxpom_undef.h>
|
|
#endif // TEAMCENTER__POM_SYSTEM_CLASSDELEGATE_HXX
|