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
2.0 KiB
78 lines
2.0 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, RemoteBOMLineDelegate
|
|
Filename: RemoteBOMLineDelegate.hxx
|
|
Module: publication
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__REMOTEBOMLINEDELEGATE_HXX
|
|
#define TEAMCENTER__REMOTEBOMLINEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <publication/RemoteBOMLine.hxx>
|
|
|
|
#include <publication/libpublication_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class RemoteBOMLineDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RemoteBOMLineImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RemoteBOMLine;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class RemoteBOMLineGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class PUBLICATION_API Teamcenter_alias::RemoteBOMLineDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the RemoteBOMLineDelegate instance
|
|
static RemoteBOMLineDelegate& getInstance();
|
|
|
|
// Method to create the RemoteBOMLineImpl pointer
|
|
static RemoteBOMLineImpl* createImpl( RemoteBOMLine& ifObj );
|
|
|
|
// Method to delete the RemoteBOMLineImpl pointer
|
|
static void deleteImpl( RemoteBOMLineImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static RemoteBOMLineDelegate* m_pInstance;
|
|
|
|
RemoteBOMLineDelegate();
|
|
virtual ~RemoteBOMLineDelegate();
|
|
static void setInstance( RemoteBOMLineDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::RemoteBOMLineGenImpl;
|
|
|
|
};
|
|
|
|
#include <publication/libpublication_undef.h>
|
|
#endif // TEAMCENTER__REMOTEBOMLINEDELEGATE_HXX
|