(file) Return to MessageQueueService.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/MessageQueueService.cpp between version 1.160 and 1.161

version 1.160, 2008/12/16 19:55:37 version 1.161, 2008/12/19 11:54:14
Line 321 
Line 321 
  
             if (operation)             if (operation)
             {             {
                operation->_service_ptr = service;  
                service->_handle_incoming_operation(operation);                service->_handle_incoming_operation(operation);
             }             }
         } while (operation);         } while (operation);
Line 639 
Line 638 
     op->_callback_response_q = callback_response_q;     op->_callback_response_q = callback_response_q;
     // user data for callback     // user data for callback
     op->_callback_ptr = callback_ptr;     op->_callback_ptr = callback_ptr;
     // I am the originator of this request  
     op->_callback_request_q = this;  
  
     return  _meta_dispatcher->route_async(op);     return  _meta_dispatcher->route_async(op);
 } }


Legend:
Removed from v.1.160  
changed lines
  Added in v.1.161

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2