Changeset 29:54c2d451f8a0 in xplcommon for src/xplcommon/posix/Waiter.cc


Ignore:
Timestamp:
01/02/13 11:37:15 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented a blocking stream and a corresponding trst program

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/posix/Waiter.cc

    r14 r29  
    4949    {
    5050        Waitable* waitable = i->second;
    51         if (waitable->ready()) return true;
     51        if (waitable->ready()) {
     52            return true;
     53        }
    5254    }
    5355    return false;
Note: See TracChangeset for help on using the changeset viewer.