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