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