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

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