(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.120 and 1.121.2.1

version 1.120, 2007/06/05 09:36:36 version 1.121.2.1, 2007/09/11 16:32:42
Line 328 
Line 328 
     Socket::write(_tickle_client_socket,&_buffer, 2);     Socket::write(_tickle_client_socket,&_buffer, 2);
 } }
  
 void Monitor::setState( Uint32 index, _MonitorEntry::entry_status status )  void Monitor::setState(
       Uint32 index,
       _MonitorEntry::entry_status status)
 { {
       AutoMutex autoEntryMutex(_entry_mut);
     // Set the state to requested state     // Set the state to requested state
     _entries[index]._status = status;     _entries[index]._status = status;
 } }
Line 683 
Line 686 
         }         }
     }     }
  
     int index;      for (int index = 1; index < (int)_entries.size(); index++)
     for (index = 1; index < (int)_entries.size(); index++)  
     {     {
         try         try
         {         {


Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2