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, Fnd0FileAccessAuditDelegate
|
|
Filename: Fnd0FileAccessAuditDelegate.hxx
|
|
Module: Fnd0audit_mgr
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0FILEACCESSAUDITDELEGATE_HXX
|
|
#define TEAMCENTER__FND0FILEACCESSAUDITDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <Fnd0audit_mgr/Fnd0FileAccessAudit.hxx>
|
|
|
|
#include <Fnd0audit_mgr/libfnd0audit_mgr_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0FileAccessAuditDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0FileAccessAuditImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0FileAccessAudit;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0FileAccessAuditGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class FND0AUDIT_MGR_API Teamcenter_alias::Fnd0FileAccessAuditDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0FileAccessAuditDelegate instance
|
|
static Fnd0FileAccessAuditDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0FileAccessAuditImpl pointer
|
|
static Fnd0FileAccessAuditImpl* createImpl( Fnd0FileAccessAudit& ifObj );
|
|
|
|
// Method to delete the Fnd0FileAccessAuditImpl pointer
|
|
static void deleteImpl( Fnd0FileAccessAuditImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0FileAccessAuditDelegate* m_pInstance;
|
|
|
|
Fnd0FileAccessAuditDelegate();
|
|
virtual ~Fnd0FileAccessAuditDelegate();
|
|
static void setInstance( Fnd0FileAccessAuditDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0FileAccessAuditGenImpl;
|
|
|
|
};
|
|
|
|
#include <Fnd0audit_mgr/libfnd0audit_mgr_undef.h>
|
|
#endif // TEAMCENTER__FND0FILEACCESSAUDITDELEGATE_HXX
|