Changeset 11:9adb0b9c456b in xplcommon for src/xplcommon/posix/Acceptor.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/Acceptor.h
r6 r11 52 52 class Acceptor : public ::xplcommon::Failable 53 53 { 54 pr ivate:54 protected: 55 55 /** 56 56 * The socket we belong to. … … 58 58 ServerSocket& socket; 59 59 60 protected:61 60 /** 62 61 * The file descriptor accepted the last time.
Note:
See TracChangeset
for help on using the changeset viewer.