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/me/CfgAbsOccAttachmentLineDele...

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, CfgAbsOccAttachmentLineDelegate
Filename: CfgAbsOccAttachmentLineDelegate.hxx
Module: me
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CFGABSOCCATTACHMENTLINEDELEGATE_HXX
#define TEAMCENTER__CFGABSOCCATTACHMENTLINEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <me/CfgAbsOccAttachmentLine.hxx>
#include <me/libme_exports.h>
namespace Teamcenter
{
class CfgAbsOccAttachmentLineDelegate;
}
namespace Teamcenter
{
class CfgAbsOccAttachmentLineImpl;
}
namespace Teamcenter
{
class CfgAbsOccAttachmentLine;
}
namespace Teamcenter
{
class CfgAbsOccAttachmentLineGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class ME_API Teamcenter_alias::CfgAbsOccAttachmentLineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the CfgAbsOccAttachmentLineDelegate instance
static CfgAbsOccAttachmentLineDelegate& getInstance();
// Method to create the CfgAbsOccAttachmentLineImpl pointer
static CfgAbsOccAttachmentLineImpl* createImpl( CfgAbsOccAttachmentLine& ifObj );
// Method to delete the CfgAbsOccAttachmentLineImpl pointer
static void deleteImpl( CfgAbsOccAttachmentLineImpl* impl );
protected:
// Pointer to the instance
static CfgAbsOccAttachmentLineDelegate* m_pInstance;
CfgAbsOccAttachmentLineDelegate();
virtual ~CfgAbsOccAttachmentLineDelegate();
static void setInstance( CfgAbsOccAttachmentLineDelegate* instance );
private:
friend class ::Teamcenter::CfgAbsOccAttachmentLineGenImpl;
};
#include <me/libme_undef.h>
#endif // TEAMCENTER__CFGABSOCCATTACHMENTLINEDELEGATE_HXX