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

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