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