Changeset 4:d061ad3be7fd in xplcommon for src/xplcommon/posix/Waitable.h


Ignore:
Timestamp:
12/27/12 18:52:39 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for a waitable event for POSIX and a test program

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/posix/Waitable.h

    r3 r4  
    4747class Waitable
    4848{
     49public:
     50    /**
     51     * Set the given file descriptor to non-blocking.
     52     */
     53    static void setNonBlocking(int fd);
     54
    4955protected:
    5056    /**
Note: See TracChangeset for help on using the changeset viewer.