(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.17 and 1.18

version 1.17, 2007/07/06 13:47:36 version 1.18, 2008/01/15 22:10:54
Line 173 
Line 173 
     CIMException cimException;     CIMException cimException;
  
     CIMExportIndicationResponseMessage* response =     CIMExportIndicationResponseMessage* response =
         new CIMExportIndicationResponseMessage(request->messageId,          dynamic_cast<CIMExportIndicationResponseMessage*>(
                                                cimException,              request->buildResponse());
                                                request->queueIds.copyAndPop());      response->cimException = cimException;
   
     response->dest = request->queueIds.top();     response->dest = request->queueIds.top();
  
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2