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
1.9 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, GDELinkLineDelegate
Filename: GDELinkLineDelegate.hxx
Module: bom
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__GDELINKLINEDELEGATE_HXX
#define TEAMCENTER__GDELINKLINEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <bom/GDELinkLine.hxx>
#include <bom/libbom_exports.h>
namespace Teamcenter
{
class GDELinkLineDelegate;
}
namespace Teamcenter
{
class GDELinkLineImpl;
}
namespace Teamcenter
{
class GDELinkLine;
}
namespace Teamcenter
{
class GDELinkLineGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class BOM_API Teamcenter_alias::GDELinkLineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the GDELinkLineDelegate instance
static GDELinkLineDelegate& getInstance();
// Method to create the GDELinkLineImpl pointer
static GDELinkLineImpl* createImpl( GDELinkLine& ifObj );
// Method to delete the GDELinkLineImpl pointer
static void deleteImpl( GDELinkLineImpl* impl );
protected:
// Pointer to the instance
static GDELinkLineDelegate* m_pInstance;
GDELinkLineDelegate();
virtual ~GDELinkLineDelegate();
static void setInstance( GDELinkLineDelegate* instance );
private:
friend class ::Teamcenter::GDELinkLineGenImpl;
};
#include <bom/libbom_undef.h>
#endif // TEAMCENTER__GDELINKLINEDELEGATE_HXX