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.6 KiB
90 lines
2.6 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, Bom0AbstractPBEAlignmentDelegate
|
|
Filename: Bom0AbstractPBEAlignmentDelegate.hxx
|
|
Module: Bom0bommanagement
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPBEALIGNMENTDELEGATE_HXX
|
|
#define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPBEALIGNMENTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Bom0bommanagement/Bom0AbstractPBEAlignment.hxx>
|
|
|
|
#include <Bom0bommanagement/libbom0bommanagement_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstractPBEAlignmentDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstractPBEAlignmentImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstractPBEAlignment;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace Bom0bommanagement
|
|
{
|
|
class Bom0AbstractPBEAlignmentGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class BOM0BOMMANAGEMENT_API Teamcenter_alias::Bom0bommanagement::Bom0AbstractPBEAlignmentDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Bom0AbstractPBEAlignmentDelegate instance
|
|
static Bom0AbstractPBEAlignmentDelegate& getInstance();
|
|
|
|
// Method to create the Bom0AbstractPBEAlignmentImpl pointer
|
|
static Bom0AbstractPBEAlignmentImpl* createImpl( Bom0AbstractPBEAlignment& ifObj );
|
|
|
|
// Method to delete the Bom0AbstractPBEAlignmentImpl pointer
|
|
static void deleteImpl( Bom0AbstractPBEAlignmentImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Bom0AbstractPBEAlignmentDelegate* m_pInstance;
|
|
|
|
Bom0AbstractPBEAlignmentDelegate();
|
|
virtual ~Bom0AbstractPBEAlignmentDelegate();
|
|
static void setInstance( Bom0AbstractPBEAlignmentDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Bom0bommanagement::Bom0AbstractPBEAlignmentGenImpl;
|
|
|
|
};
|
|
|
|
#include <Bom0bommanagement/libbom0bommanagement_undef.h>
|
|
#endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPBEALIGNMENTDELEGATE_HXX
|