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.
ML_ITK/13/include_cpp/sa/Migration_ReportDelegate.hxx

78 lines
2.0 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, Migration_ReportDelegate
Filename: Migration_ReportDelegate.hxx
Module: sa
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MIGRATION_REPORTDELEGATE_HXX
#define TEAMCENTER__MIGRATION_REPORTDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <sa/Migration_Report.hxx>
#include <sa/libsa_exports.h>
namespace Teamcenter
{
class Migration_ReportDelegate;
}
namespace Teamcenter
{
class Migration_ReportImpl;
}
namespace Teamcenter
{
class Migration_Report;
}
namespace Teamcenter
{
class Migration_ReportGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class SA_API Teamcenter_alias::Migration_ReportDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Migration_ReportDelegate instance
static Migration_ReportDelegate& getInstance();
// Method to create the Migration_ReportImpl pointer
static Migration_ReportImpl* createImpl( Migration_Report& ifObj );
// Method to delete the Migration_ReportImpl pointer
static void deleteImpl( Migration_ReportImpl* impl );
protected:
// Pointer to the instance
static Migration_ReportDelegate* m_pInstance;
Migration_ReportDelegate();
virtual ~Migration_ReportDelegate();
static void setInstance( Migration_ReportDelegate* instance );
private:
friend class ::Teamcenter::Migration_ReportGenImpl;
};
#include <sa/libsa_undef.h>
#endif // TEAMCENTER__MIGRATION_REPORTDELEGATE_HXX