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.8 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, IDCLineDelegate
Filename: IDCLineDelegate.hxx
Module: ai
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__IDCLINEDELEGATE_HXX
#define TEAMCENTER__IDCLINEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <ai/IDCLine.hxx>
#include <ai/libai_exports.h>
namespace Teamcenter
{
class IDCLineDelegate;
}
namespace Teamcenter
{
class IDCLineImpl;
}
namespace Teamcenter
{
class IDCLine;
}
namespace Teamcenter
{
class IDCLineGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class AI_API Teamcenter_alias::IDCLineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the IDCLineDelegate instance
static IDCLineDelegate& getInstance();
// Method to create the IDCLineImpl pointer
static IDCLineImpl* createImpl( IDCLine& ifObj );
// Method to delete the IDCLineImpl pointer
static void deleteImpl( IDCLineImpl* impl );
protected:
// Pointer to the instance
static IDCLineDelegate* m_pInstance;
IDCLineDelegate();
virtual ~IDCLineDelegate();
static void setInstance( IDCLineDelegate* instance );
private:
friend class ::Teamcenter::IDCLineGenImpl;
};
#include <ai/libai_undef.h>
#endif // TEAMCENTER__IDCLINEDELEGATE_HXX