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