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.

79 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, ProblemReportRevisionDispatch
Filename: ProblemReportRevisionDispatch.hxx
Module: cmdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__PROBLEMREPORTREVISIONDISPATCH_HXX
#define TEAMCENTER__PROBLEMREPORTREVISIONDISPATCH_HXX
#include <vector>
#include <cm/ProblemReportRevision.hxx>
#include <cm/ProblemReportRevisionDelegate.hxx>
#include <cmdispatch/GnProblemReportRevisionDispatch.hxx>
#include <cmdispatch/initializecm.hxx>
#include <cmdispatch/libcmdispatch_exports.h>
namespace Teamcenter
{
class ProblemReportRevisionDispatch;
}
namespace Teamcenter
{
class ProblemReportRevisionDelegate;
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class CMDISPATCH_API Teamcenter::ProblemReportRevisionDispatch
: public Teamcenter::ProblemReportRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the ProblemReportRevisionDispatch instance
static ProblemReportRevisionDispatch& getInstance();
private:
// Pointer to the dispatch instance
static ProblemReportRevisionDispatch* m_dispatch;
// Default Constructor
ProblemReportRevisionDispatch();
// Default Destructor
virtual ~ProblemReportRevisionDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a ProblemReportRevisionDispatch
ProblemReportRevisionDispatch( const ProblemReportRevisionDispatch& );
// Assignment operator
ProblemReportRevisionDispatch& operator = ( const ProblemReportRevisionDispatch& );
// friend
friend void ::Teamcenter::CM::initializecmInternal();
friend void ::Teamcenter::CM::initializecmExtenders();
friend class Teamcenter::ProblemReportRevisionDelegate;
};
#include <cmdispatch/libcmdispatch_undef.h>
#endif // TEAMCENTER__PROBLEMREPORTREVISIONDISPATCH_HXX