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