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/ManufacturerPart_0_Rev_alt0...

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