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.2 KiB
78 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, Fnd0DesignToBomRelInfoDelegate
|
|
Filename: Fnd0DesignToBomRelInfoDelegate.hxx
|
|
Module: me
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0DESIGNTOBOMRELINFODELEGATE_HXX
|
|
#define TEAMCENTER__FND0DESIGNTOBOMRELINFODELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <me/Fnd0DesignToBomRelInfo.hxx>
|
|
|
|
#include <me/libme_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0DesignToBomRelInfoDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0DesignToBomRelInfoImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0DesignToBomRelInfo;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0DesignToBomRelInfoGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class ME_API Teamcenter_alias::Fnd0DesignToBomRelInfoDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0DesignToBomRelInfoDelegate instance
|
|
static Fnd0DesignToBomRelInfoDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0DesignToBomRelInfoImpl pointer
|
|
static Fnd0DesignToBomRelInfoImpl* createImpl( Fnd0DesignToBomRelInfo& ifObj );
|
|
|
|
// Method to delete the Fnd0DesignToBomRelInfoImpl pointer
|
|
static void deleteImpl( Fnd0DesignToBomRelInfoImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0DesignToBomRelInfoDelegate* m_pInstance;
|
|
|
|
Fnd0DesignToBomRelInfoDelegate();
|
|
virtual ~Fnd0DesignToBomRelInfoDelegate();
|
|
static void setInstance( Fnd0DesignToBomRelInfoDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0DesignToBomRelInfoGenImpl;
|
|
|
|
};
|
|
|
|
#include <me/libme_undef.h>
|
|
#endif // TEAMCENTER__FND0DESIGNTOBOMRELINFODELEGATE_HXX
|