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