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

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