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

Diff for /pegasus/src/Pegasus/DynListener/ConsumerManager.cpp between version 1.15 and 1.16

version 1.15, 2006/08/09 21:12:56 version 1.16, 2006/08/18 17:58:47
Line 553 
Line 553 
         {         {
             _unloadConsumers(loadedConsumers);             _unloadConsumers(loadedConsumers);
  
         } catch (Exception& ex)          } catch (Exception&)
         {         {
             PEG_TRACE_STRING(TRC_LISTENER, Tracer::LEVEL4, "Error unloading consumers.");             PEG_TRACE_STRING(TRC_LISTENER, Tracer::LEVEL4, "Error unloading consumers.");
         }         }
Line 600 
Line 600 
         {         {
             _unloadConsumers(loadedConsumers);             _unloadConsumers(loadedConsumers);
  
         } catch (Exception& ex)          } catch (Exception&)
         {         {
             PEG_TRACE_STRING(TRC_LISTENER, Tracer::LEVEL4, "Error unloading consumers.");             PEG_TRACE_STRING(TRC_LISTENER, Tracer::LEVEL4, "Error unloading consumers.");
         }         }
Line 640 
Line 640 
         {         {
             _unloadConsumers(loadedConsumers);             _unloadConsumers(loadedConsumers);
  
         } catch (Exception& ex)          } catch (Exception&)
         {         {
             PEG_TRACE_STRING(TRC_LISTENER, Tracer::LEVEL4, "Error unloading consumers.");             PEG_TRACE_STRING(TRC_LISTENER, Tracer::LEVEL4, "Error unloading consumers.");
         }         }
Line 1029 
Line 1029 
             }             }
             myself->_eventqueue.unlock();             myself->_eventqueue.unlock();
  
         } catch (TimeOut& te)          } catch (TimeOut&)
         {         {
             PEG_TRACE_STRING(TRC_LISTENER, Tracer::LEVEL4, "_worker_routine::Time to retry any outstanding indications.");             PEG_TRACE_STRING(TRC_LISTENER, Tracer::LEVEL4, "_worker_routine::Time to retry any outstanding indications.");
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2