//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 #include #include #include #include #include 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 #endif // TEAMCENTER__SERVICEPROCESSING__SPR0REQUESTEDPARTDISPATCH_HXX