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.8 KiB
79 lines
2.8 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, Cip0ControlPlanRevisionDispatch
|
|
Filename: Cip0ControlPlanRevisionDispatch.hxx
|
|
Module: cip0controlinspplandispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef CIP0CONTROLINSPPLAN__CIP0CONTROLPLANREVISIONDISPATCH_HXX
|
|
#define CIP0CONTROLINSPPLAN__CIP0CONTROLPLANREVISIONDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <Cip0controlinspplan/Cip0ControlPlanRevision.hxx>
|
|
#include <Cip0controlinspplan/Cip0ControlPlanRevisionDelegate.hxx>
|
|
#include <foundationdispatch/MEProcessRevisionDispatch.hxx>
|
|
#include <cip0controlinspplandispatch/initializecip0controlinspplan.hxx>
|
|
|
|
#include <cip0controlinspplandispatch/libcip0controlinspplandispatch_exports.h>
|
|
|
|
namespace cip0controlinspplan
|
|
{
|
|
class Cip0ControlPlanRevisionDispatch;
|
|
}
|
|
namespace cip0controlinspplan
|
|
{
|
|
class Cip0ControlPlanRevisionDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class CIP0CONTROLINSPPLANDISPATCH_API cip0controlinspplan::Cip0ControlPlanRevisionDispatch
|
|
: public cip0controlinspplan::Cip0ControlPlanRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Cip0ControlPlanRevisionDispatch instance
|
|
static Cip0ControlPlanRevisionDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static Cip0ControlPlanRevisionDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
Cip0ControlPlanRevisionDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~Cip0ControlPlanRevisionDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a Cip0ControlPlanRevisionDispatch
|
|
Cip0ControlPlanRevisionDispatch( const Cip0ControlPlanRevisionDispatch& );
|
|
|
|
// Assignment operator
|
|
Cip0ControlPlanRevisionDispatch& operator = ( const Cip0ControlPlanRevisionDispatch& );
|
|
|
|
// friend
|
|
friend void ::cip0controlinspplan::initializecip0controlinspplanInternal();
|
|
friend void ::cip0controlinspplan::initializecip0controlinspplanExtenders();
|
|
friend class cip0controlinspplan::Cip0ControlPlanRevisionDelegate;
|
|
};
|
|
|
|
#include <cip0controlinspplandispatch/libcip0controlinspplandispatch_undef.h>
|
|
#endif // CIP0CONTROLINSPPLAN__CIP0CONTROLPLANREVISIONDISPATCH_HXX
|