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.
ML_ITK/13/include_cpp/bom/BOMDerivedDefaultDelegate.hxx

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