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