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