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