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