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