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

version 1.14, 2006/10/13 18:04:51 version 1.14.12.1, 2007/03/07 16:04:38
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());


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.12.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2