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