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

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