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.2 KiB
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, ApprUpdaterAuditRecordDelegate
|
|
Filename: ApprUpdaterAuditRecordDelegate.hxx
|
|
Module: appr
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__APPRUPDATERAUDITRECORDDELEGATE_HXX
|
|
#define TEAMCENTER__APPRUPDATERAUDITRECORDDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <appr/ApprUpdaterAuditRecord.hxx>
|
|
|
|
#include <appr/libappr_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class ApprUpdaterAuditRecordDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ApprUpdaterAuditRecordImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ApprUpdaterAuditRecord;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class ApprUpdaterAuditRecordGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class APPR_API Teamcenter_alias::ApprUpdaterAuditRecordDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the ApprUpdaterAuditRecordDelegate instance
|
|
static ApprUpdaterAuditRecordDelegate& getInstance();
|
|
|
|
// Method to create the ApprUpdaterAuditRecordImpl pointer
|
|
static ApprUpdaterAuditRecordImpl* createImpl( ApprUpdaterAuditRecord& ifObj );
|
|
|
|
// Method to delete the ApprUpdaterAuditRecordImpl pointer
|
|
static void deleteImpl( ApprUpdaterAuditRecordImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static ApprUpdaterAuditRecordDelegate* m_pInstance;
|
|
|
|
ApprUpdaterAuditRecordDelegate();
|
|
virtual ~ApprUpdaterAuditRecordDelegate();
|
|
static void setInstance( ApprUpdaterAuditRecordDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::ApprUpdaterAuditRecordGenImpl;
|
|
|
|
};
|
|
|
|
#include <appr/libappr_undef.h>
|
|
#endif // TEAMCENTER__APPRUPDATERAUDITRECORDDELEGATE_HXX
|