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