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.8 KiB
85 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, SRP0DgSrvRequestRevisionDispatch
|
|
Filename: SRP0DgSrvRequestRevisionDispatch.hxx
|
|
Module: servicerequestdispatch
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SERVICEREQUEST__SRP0DGSRVREQUESTREVISIONDISPATCH_HXX
|
|
#define TEAMCENTER__SERVICEREQUEST__SRP0DGSRVREQUESTREVISIONDISPATCH_HXX
|
|
|
|
#include <vector>
|
|
#include <servicerequest/SRP0DgSrvRequestRevision.hxx>
|
|
#include <servicerequest/SRP0DgSrvRequestRevisionDelegate.hxx>
|
|
#include <servicerequestdispatch/SRP0SrvRequestRevisionDispatch.hxx>
|
|
#include <servicerequestdispatch/initializeservicerequest.hxx>
|
|
|
|
#include <servicerequestdispatch/libservicerequestdispatch_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0DgSrvRequestRevisionDispatch;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace servicerequest
|
|
{
|
|
class SRP0DgSrvRequestRevisionDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class BusinessObjectImpl;
|
|
}
|
|
|
|
class SERVICEREQUESTDISPATCH_API Teamcenter::servicerequest::SRP0DgSrvRequestRevisionDispatch
|
|
: public Teamcenter::servicerequest::SRP0DgSrvRequestRevisionDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the SRP0DgSrvRequestRevisionDispatch instance
|
|
static SRP0DgSrvRequestRevisionDispatch& getInstance();
|
|
|
|
|
|
private:
|
|
// Pointer to the dispatch instance
|
|
static SRP0DgSrvRequestRevisionDispatch* m_dispatch;
|
|
|
|
// Default Constructor
|
|
SRP0DgSrvRequestRevisionDispatch();
|
|
|
|
// Default Destructor
|
|
virtual ~SRP0DgSrvRequestRevisionDispatch();
|
|
|
|
// Constructor Method
|
|
static ::Teamcenter::RootObject* constructor();
|
|
|
|
// Copy Constructor for a SRP0DgSrvRequestRevisionDispatch
|
|
SRP0DgSrvRequestRevisionDispatch( const SRP0DgSrvRequestRevisionDispatch& );
|
|
|
|
// Assignment operator
|
|
SRP0DgSrvRequestRevisionDispatch& operator = ( const SRP0DgSrvRequestRevisionDispatch& );
|
|
|
|
// friend
|
|
friend void ::servicerequest::initializeservicerequestInternal();
|
|
friend void ::servicerequest::initializeservicerequestExtenders();
|
|
friend class Teamcenter::servicerequest::SRP0DgSrvRequestRevisionDelegate;
|
|
};
|
|
|
|
#include <servicerequestdispatch/libservicerequestdispatch_undef.h>
|
|
#endif // TEAMCENTER__SERVICEREQUEST__SRP0DGSRVREQUESTREVISIONDISPATCH_HXX
|