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/rdv/OccurrenceAuditLineDelegate...

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, OccurrenceAuditLineDelegate
Filename: OccurrenceAuditLineDelegate.hxx
Module: rdv
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__OCCURRENCEAUDITLINEDELEGATE_HXX
#define TEAMCENTER__OCCURRENCEAUDITLINEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <rdv/OccurrenceAuditLine.hxx>
#include <rdv/librdv_exports.h>
namespace Teamcenter
{
class OccurrenceAuditLineDelegate;
}
namespace Teamcenter
{
class OccurrenceAuditLineImpl;
}
namespace Teamcenter
{
class OccurrenceAuditLine;
}
namespace Teamcenter
{
class OccurrenceAuditLineGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class RDV_API Teamcenter_alias::OccurrenceAuditLineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the OccurrenceAuditLineDelegate instance
static OccurrenceAuditLineDelegate& getInstance();
// Method to create the OccurrenceAuditLineImpl pointer
static OccurrenceAuditLineImpl* createImpl( OccurrenceAuditLine& ifObj );
// Method to delete the OccurrenceAuditLineImpl pointer
static void deleteImpl( OccurrenceAuditLineImpl* impl );
protected:
// Pointer to the instance
static OccurrenceAuditLineDelegate* m_pInstance;
OccurrenceAuditLineDelegate();
virtual ~OccurrenceAuditLineDelegate();
static void setInstance( OccurrenceAuditLineDelegate* instance );
private:
friend class ::Teamcenter::OccurrenceAuditLineGenImpl;
};
#include <rdv/librdv_undef.h>
#endif // TEAMCENTER__OCCURRENCEAUDITLINEDELEGATE_HXX