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