(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.14.12.2 and 1.15

version 1.14.12.2, 2007/04/04 11:04:49 version 1.15, 2007/02/28 15:34:23
Line 181 
Line 181 
 { {
         // go thru all consumers and broadcast the result; should be run in seperate thread         // go thru all consumers and broadcast the result; should be run in seperate thread
         AutoPtr<Iterator> it(_consumers->iterator());         AutoPtr<Iterator> it(_consumers->iterator());
   
         while(it->hasNext()==true)         while(it->hasNext()==true)
         {         {
                 CIMIndicationConsumer* consumer = static_cast<CIMIndicationConsumer*>(it->next());                 CIMIndicationConsumer* consumer = static_cast<CIMIndicationConsumer*>(it->next());
Line 196 
Line 197 
                     Logger::put(Logger::STANDARD_LOG, System::CIMLISTENER, Logger::TRACE,                     Logger::put(Logger::STANDARD_LOG, System::CIMLISTENER, Logger::TRACE,
                                 "Not enough threads to allocate a worker to deliver the event. ");                                 "Not enough threads to allocate a worker to deliver the event. ");
  
                     PEG_TRACE_CSTRING(TRC_SERVER, Tracer::LEVEL2,                      Tracer::trace(TRC_SERVER, Tracer::LEVEL2,
                                 "Could not allocate thread to deliver event. Instead using current thread.");                                 "Could not allocate thread to deliver event. Instead using current thread.");
                     delete event;                     delete event;
                     throw Exception(MessageLoaderParms("Listener.CIMListenerIndicationDispatcher.CANNOT_ALLOCATE_THREAD",                     throw Exception(MessageLoaderParms("Listener.CIMListenerIndicationDispatcher.CANNOT_ALLOCATE_THREAD",


Legend:
Removed from v.1.14.12.2  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2