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.
ML_ITK/13/include_cpp/vm/Vm0SupplierResponseObjectDe...

78 lines
2.2 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, Vm0SupplierResponseObjectDelegate
Filename: Vm0SupplierResponseObjectDelegate.hxx
Module: vm
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__VM0SUPPLIERRESPONSEOBJECTDELEGATE_HXX
#define TEAMCENTER__VM0SUPPLIERRESPONSEOBJECTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <vm/Vm0SupplierResponseObject.hxx>
#include <vm/libvm_exports.h>
namespace Teamcenter
{
class Vm0SupplierResponseObjectDelegate;
}
namespace Teamcenter
{
class Vm0SupplierResponseObjectImpl;
}
namespace Teamcenter
{
class Vm0SupplierResponseObject;
}
namespace Teamcenter
{
class Vm0SupplierResponseObjectGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class VM_API Teamcenter_alias::Vm0SupplierResponseObjectDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Vm0SupplierResponseObjectDelegate instance
static Vm0SupplierResponseObjectDelegate& getInstance();
// Method to create the Vm0SupplierResponseObjectImpl pointer
static Vm0SupplierResponseObjectImpl* createImpl( Vm0SupplierResponseObject& ifObj );
// Method to delete the Vm0SupplierResponseObjectImpl pointer
static void deleteImpl( Vm0SupplierResponseObjectImpl* impl );
protected:
// Pointer to the instance
static Vm0SupplierResponseObjectDelegate* m_pInstance;
Vm0SupplierResponseObjectDelegate();
virtual ~Vm0SupplierResponseObjectDelegate();
static void setInstance( Vm0SupplierResponseObjectDelegate* instance );
private:
friend class ::Teamcenter::Vm0SupplierResponseObjectGenImpl;
};
#include <vm/libvm_undef.h>
#endif // TEAMCENTER__VM0SUPPLIERRESPONSEOBJECTDELEGATE_HXX