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.

85 lines
2.4 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, IssueReportDispatch
Filename: IssueReportDispatch.hxx
Module: issuemgmtdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__ISSUEMGMT__ISSUEREPORTDISPATCH_HXX
#define TEAMCENTER__ISSUEMGMT__ISSUEREPORTDISPATCH_HXX
#include <vector>
#include <issuemgmt/IssueReport.hxx>
#include <issuemgmt/IssueReportDelegate.hxx>
#include <cmdispatch/ProblemReportDispatch.hxx>
#include <issuemgmtdispatch/initializeissuemgmt.hxx>
#include <issuemgmtdispatch/libissuemgmtdispatch_exports.h>
namespace Teamcenter
{
namespace issuemgmt
{
class IssueReportDispatch;
}
}
namespace Teamcenter
{
namespace issuemgmt
{
class IssueReportDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class ISSUEMGMTDISPATCH_API Teamcenter::issuemgmt::IssueReportDispatch
: public Teamcenter::issuemgmt::IssueReportDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the IssueReportDispatch instance
static IssueReportDispatch& getInstance();
private:
// Pointer to the dispatch instance
static IssueReportDispatch* m_dispatch;
// Default Constructor
IssueReportDispatch();
// Default Destructor
virtual ~IssueReportDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a IssueReportDispatch
IssueReportDispatch( const IssueReportDispatch& );
// Assignment operator
IssueReportDispatch& operator = ( const IssueReportDispatch& );
// friend
friend void ::Teamcenter::issuemgmt::initializeissuemgmtInternal();
friend void ::Teamcenter::issuemgmt::initializeissuemgmtExtenders();
friend class Teamcenter::issuemgmt::IssueReportDelegate;
};
#include <issuemgmtdispatch/libissuemgmtdispatch_undef.h>
#endif // TEAMCENTER__ISSUEMGMT__ISSUEREPORTDISPATCH_HXX