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