(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 and 1.14.12.2

version 1.14, 2006/10/13 18:04:51 version 1.14.12.2, 2007/04/04 11:04:49
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 //  
 // Author: Dong Xiang, EMC Corporation (xiang_dong@emc.com)  
 //  
 // Modified By: Seema Gupta (gseema@in.ibm.com) for PEP135  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include "CIMListenerIndicationDispatcher.h" #include "CIMListenerIndicationDispatcher.h"
Line 185 
Line 180 
                                                            ContentLanguageList contentLangs)                                                            ContentLanguageList contentLangs)
 { {
         // 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
         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 201 
Line 196 
                     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. ");
  
                     Tracer::trace(TRC_SERVER, Tracer::LEVEL2,                      PEG_TRACE_CSTRING(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  
changed lines
  Added in v.1.14.12.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2