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, ConstantAttachDelegate
Filename: ConstantAttachDelegate.hxx
Module: constants
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CONSTANTATTACHDELEGATE_HXX
#define TEAMCENTER__CONSTANTATTACHDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <constants/ConstantAttach.hxx>
#include <constants/libconstants_exports.h>
namespace Teamcenter
{
class ConstantAttachDelegate;
}
namespace Teamcenter
{
class ConstantAttachImpl;
}
namespace Teamcenter
{
class ConstantAttach;
}
namespace Teamcenter
{
class ConstantAttachGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class CONSTANTS_API Teamcenter_alias::ConstantAttachDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the ConstantAttachDelegate instance
static ConstantAttachDelegate& getInstance();
// Method to create the ConstantAttachImpl pointer
static ConstantAttachImpl* createImpl( ConstantAttach& ifObj );
// Method to delete the ConstantAttachImpl pointer
static void deleteImpl( ConstantAttachImpl* impl );
protected:
// Pointer to the instance
static ConstantAttachDelegate* m_pInstance;
ConstantAttachDelegate();
virtual ~ConstantAttachDelegate();
static void setInstance( ConstantAttachDelegate* instance );
private:
friend class ::Teamcenter::ConstantAttachGenImpl;
};
#include <constants/libconstants_undef.h>
#endif // TEAMCENTER__CONSTANTATTACHDELEGATE_HXX