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.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, Fnd0IncludedLODefDelegate
Filename: Fnd0IncludedLODefDelegate.hxx
Module: property
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0INCLUDEDLODEFDELEGATE_HXX
#define TEAMCENTER__FND0INCLUDEDLODEFDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <property/Fnd0IncludedLODef.hxx>
#include <property/libproperty_exports.h>
namespace Teamcenter
{
class Fnd0IncludedLODefDelegate;
}
namespace Teamcenter
{
class Fnd0IncludedLODefImpl;
}
namespace Teamcenter
{
class Fnd0IncludedLODef;
}
namespace Teamcenter
{
class Fnd0IncludedLODefGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class PROPERTY_API Teamcenter_alias::Fnd0IncludedLODefDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0IncludedLODefDelegate instance
static Fnd0IncludedLODefDelegate& getInstance();
// Method to create the Fnd0IncludedLODefImpl pointer
static Fnd0IncludedLODefImpl* createImpl( Fnd0IncludedLODef& ifObj );
// Method to delete the Fnd0IncludedLODefImpl pointer
static void deleteImpl( Fnd0IncludedLODefImpl* impl );
protected:
// Pointer to the instance
static Fnd0IncludedLODefDelegate* m_pInstance;
Fnd0IncludedLODefDelegate();
virtual ~Fnd0IncludedLODefDelegate();
static void setInstance( Fnd0IncludedLODefDelegate* instance );
private:
friend class ::Teamcenter::Fnd0IncludedLODefGenImpl;
};
#include <property/libproperty_undef.h>
#endif // TEAMCENTER__FND0INCLUDEDLODEFDELEGATE_HXX