Ignore:
Timestamp:
12/29/12 06:40:32 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented basic POSIX socket infrastructure

File:
1 edited

Legend:

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

    r4 r6  
    6363
    6464    /**
    65      * Check if the event is fired or not.
    66      */
    67     virtual bool ready();
    68 
    69     /**
    7065     * Fire the event.
    7166     */
     
    7974
    8075protected:
     76    /**
     77     * Check if the event is fired or not.
     78     */
     79    virtual bool isReady();
     80
    8181    /**
    8282     * Handle the given events.
Note: See TracChangeset for help on using the changeset viewer.