Changeset 11:9adb0b9c456b in xplcommon for src/xplcommon/posix/Waitable.h


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

Implemented the server side of the local socket

File:
1 edited

Legend:

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

    r6 r11  
    8282
    8383    /**
     84     * Get the waiter.
     85     */
     86    Waiter* getWaiter() const;
     87
     88    /**
    8489     * Indicate if this waitable is valid, i.e. the file descriptor is
    8590     * non-negative.
     
    120125//------------------------------------------------------------------------------
    121126
     127inline Waiter* Waitable::getWaiter() const
     128{
     129    return waiter;
     130}
     131
     132//------------------------------------------------------------------------------
     133
    122134inline bool Waitable::isValid() const
    123135{
Note: See TracChangeset for help on using the changeset viewer.