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

Diff for /pegasus/src/Pegasus/Listener/CIMListenerIndicationDispatcher.cpp between version 1.22 and 1.23

version 1.22, 2008/12/02 09:01:43 version 1.23, 2009/03/25 19:10:38
Line 287 
Line 287 
                         static_cast<CIMListenerIndicationDispatcherRep*>(_rep)->                         static_cast<CIMListenerIndicationDispatcherRep*>(_rep)->
                             handleIndicationRequest(request);                             handleIndicationRequest(request);
  
                     _enqueueResponse(request, response);                      MessageQueue* queue = MessageQueue::lookup(response->dest);
                       PEGASUS_ASSERT(queue != 0);
                       queue->enqueue(response);
                 }                 }
                 break;                 break;
             default:             default:


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2