(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.19

version 1.17, 2007/07/06 13:47:36 version 1.19, 2008/05/12 09:14: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();
Line 206 
Line 205 
  
             if (rtn != PEGASUS_THREAD_OK)             if (rtn != PEGASUS_THREAD_OK)
             {             {
                 Logger::put(Logger::STANDARD_LOG, System::CIMLISTENER,                  // TBD-7646
                     Logger::TRACE,                  PEG_TRACE_CSTRING(
                     "Not enough threads to allocate a worker to deliver"                      TRC_SERVER,
                         " the event. ");                      Tracer::LEVEL2,
   
                     PEG_TRACE_CSTRING(TRC_SERVER, Tracer::LEVEL2,  
                     "Could not allocate thread to deliver event."                     "Could not allocate thread to deliver event."
                         " Instead using current thread.");                         " Instead using current thread.");
             delete event;             delete event;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2