Changeset 2395


Ignore:
Timestamp:
01/06/12 14:47:00 (12 years ago)
Author:
KohjiNakamura
Message:

comments changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/concurrent.h

    r2392 r2395  
    3333                void lock() throw(int);
    3434                /**
    35                  * Returns true if locked.
     35                 * Returns true if this thread could lock.
    3636                 * Returns false if already locked.
    3737                 */
     
    105105
    106106                /**
    107                  * Returns true if locked.
     107                 * Returns true if this thread could lock.
    108108                 * Returns false if already locked.
    109109                 */
Note: See TracChangeset for help on using the changeset viewer.