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.
90 lines
2.3 KiB
90 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, Mdc0FulfilmentDelegate
|
|
Filename: Mdc0FulfilmentDelegate.hxx
|
|
Module: Mdc0mdc
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__MDCONNECTIVITY__MDC0FULFILMENTDELEGATE_HXX
|
|
#define TEAMCENTER__MDCONNECTIVITY__MDC0FULFILMENTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Mdc0mdc/Mdc0Fulfilment.hxx>
|
|
|
|
#include <Mdc0mdc/libmdc0mdc_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace mdconnectivity
|
|
{
|
|
class Mdc0FulfilmentDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mdconnectivity
|
|
{
|
|
class Mdc0FulfilmentImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mdconnectivity
|
|
{
|
|
class Mdc0Fulfilment;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace mdconnectivity
|
|
{
|
|
class Mdc0FulfilmentGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class MDC0MDC_API Teamcenter_alias::mdconnectivity::Mdc0FulfilmentDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Mdc0FulfilmentDelegate instance
|
|
static Mdc0FulfilmentDelegate& getInstance();
|
|
|
|
// Method to create the Mdc0FulfilmentImpl pointer
|
|
static Mdc0FulfilmentImpl* createImpl( Mdc0Fulfilment& ifObj );
|
|
|
|
// Method to delete the Mdc0FulfilmentImpl pointer
|
|
static void deleteImpl( Mdc0FulfilmentImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Mdc0FulfilmentDelegate* m_pInstance;
|
|
|
|
Mdc0FulfilmentDelegate();
|
|
virtual ~Mdc0FulfilmentDelegate();
|
|
static void setInstance( Mdc0FulfilmentDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::mdconnectivity::Mdc0FulfilmentGenImpl;
|
|
|
|
};
|
|
|
|
#include <Mdc0mdc/libmdc0mdc_undef.h>
|
|
#endif // TEAMCENTER__MDCONNECTIVITY__MDC0FULFILMENTDELEGATE_HXX
|