Changeset 2395
- Timestamp:
 - 01/06/12 14:47:00 (14 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/concurrent.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/concurrent.h
r2392 r2395 33 33 void lock() throw(int); 34 34 /** 35 * Returns true if locked.35 * Returns true if this thread could lock. 36 36 * Returns false if already locked. 37 37 */ … … 105 105 106 106 /** 107 * Returns true if locked.107 * Returns true if this thread could lock. 108 108 * Returns false if already locked. 109 109 */  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  