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.0 KiB
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, GnProblemReportDelegate
|
|
Filename: GnProblemReportDelegate.hxx
|
|
Module: cm
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__GNPROBLEMREPORTDELEGATE_HXX
|
|
#define TEAMCENTER__GNPROBLEMREPORTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <cm/GnProblemReport.hxx>
|
|
|
|
#include <cm/libcm_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class GnProblemReportDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class GnProblemReportImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class GnProblemReport;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class GnProblemReportGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class CM_API Teamcenter_alias::GnProblemReportDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the GnProblemReportDelegate instance
|
|
static GnProblemReportDelegate& getInstance();
|
|
|
|
// Method to create the GnProblemReportImpl pointer
|
|
static GnProblemReportImpl* createImpl( GnProblemReport& ifObj );
|
|
|
|
// Method to delete the GnProblemReportImpl pointer
|
|
static void deleteImpl( GnProblemReportImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static GnProblemReportDelegate* m_pInstance;
|
|
|
|
GnProblemReportDelegate();
|
|
virtual ~GnProblemReportDelegate();
|
|
static void setInstance( GnProblemReportDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::GnProblemReportGenImpl;
|
|
|
|
};
|
|
|
|
#include <cm/libcm_undef.h>
|
|
#endif // TEAMCENTER__GNPROBLEMREPORTDELEGATE_HXX
|