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

Diff for /pegasus/src/Pegasus/Common/Monitor.cpp between version 1.40 and 1.41

version 1.40, 2003/08/15 20:31:52 version 1.41, 2003/08/15 21:25:29
Line 356 
Line 356 
  
 monitor_2_entry::~monitor_2_entry(void) monitor_2_entry::~monitor_2_entry(void)
 { {
   
 } }
  
 monitor_2_entry& monitor_2_entry::operator=(const monitor_2_entry& e) monitor_2_entry& monitor_2_entry::operator=(const monitor_2_entry& e)
Line 442 
Line 443 
  
 monitor_2::~monitor_2(void) monitor_2::~monitor_2(void)
 { {
     PEGASUS_STD(cout) << "monitor destructor" << PEGASUS_STD(endl);
  
     try {
       monitor_2_entry* temp = _listeners.remove_first();
       while(temp){
         delete temp;
         temp = _listeners.remove_first();
       }
     }
     catch(...){  }
 } }
  
  
Line 534 
Line 543 
     }     }
     delete entry;     delete entry;
     entry = (monitor_2_entry*) _ready.remove_first();     entry = (monitor_2_entry*) _ready.remove_first();
   
   }   }
 } }
  


Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2