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