Changeset 11:9adb0b9c456b in xplcommon for src/xplcommon/posix/Waitable.h
- Timestamp:
- 12/29/12 09:03:23 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/xplcommon/posix/Waitable.h
r6 r11 82 82 83 83 /** 84 * Get the waiter. 85 */ 86 Waiter* getWaiter() const; 87 88 /** 84 89 * Indicate if this waitable is valid, i.e. the file descriptor is 85 90 * non-negative. … … 120 125 //------------------------------------------------------------------------------ 121 126 127 inline Waiter* Waitable::getWaiter() const 128 { 129 return waiter; 130 } 131 132 //------------------------------------------------------------------------------ 133 122 134 inline bool Waitable::isValid() const 123 135 {
Note:
See TracChangeset
for help on using the changeset viewer.