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

//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, SPR0RequestedPartDispatch
Filename: SPR0RequestedPartDispatch.hxx
Module: serviceprocessingdispatch
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__SERVICEPROCESSING__SPR0REQUESTEDPARTDISPATCH_HXX
#define TEAMCENTER__SERVICEPROCESSING__SPR0REQUESTEDPARTDISPATCH_HXX
#include <vector>
#include <serviceprocessing/SPR0RequestedPart.hxx>
#include <serviceprocessing/SPR0RequestedPartDelegate.hxx>
#include <foundationdispatch/ImanRelationDispatch.hxx>
#include <serviceprocessingdispatch/initializeserviceprocessing.hxx>
#include <serviceprocessingdispatch/libserviceprocessingdispatch_exports.h>
namespace Teamcenter
{
namespace serviceprocessing
{
class SPR0RequestedPartDispatch;
}
}
namespace Teamcenter
{
namespace serviceprocessing
{
class SPR0RequestedPartDelegate;
}
}
namespace Teamcenter
{
class BusinessObjectImpl;
}
class SERVICEPROCESSINGDISPATCH_API Teamcenter::serviceprocessing::SPR0RequestedPartDispatch
: public Teamcenter::serviceprocessing::SPR0RequestedPartDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the SPR0RequestedPartDispatch instance
static SPR0RequestedPartDispatch& getInstance();
private:
// Pointer to the dispatch instance
static SPR0RequestedPartDispatch* m_dispatch;
// Default Constructor
SPR0RequestedPartDispatch();
// Default Destructor
virtual ~SPR0RequestedPartDispatch();
// Constructor Method
static ::Teamcenter::RootObject* constructor();
// Copy Constructor for a SPR0RequestedPartDispatch
SPR0RequestedPartDispatch( const SPR0RequestedPartDispatch& );
// Assignment operator
SPR0RequestedPartDispatch& operator = ( const SPR0RequestedPartDispatch& );
// friend
friend void ::Teamcenter::serviceprocessing::initializeserviceprocessingInternal();
friend void ::Teamcenter::serviceprocessing::initializeserviceprocessingExtenders();
friend class Teamcenter::serviceprocessing::SPR0RequestedPartDelegate;
};
#include <serviceprocessingdispatch/libserviceprocessingdispatch_undef.h>
#endif // TEAMCENTER__SERVICEPROCESSING__SPR0REQUESTEDPARTDISPATCH_HXX