Changeset 18:0490048f256d in xplcommon for src/xplcommon/posix/LocalServerSocket.h
- Timestamp:
- 12/29/12 11:05:33 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/xplcommon/posix/LocalServerSocket.h
r15 r18 94 94 LocalAcceptor& getAcceptor(); 95 95 96 protected: 97 /** 98 * Indicate if the waitable is ready, i.e. there is no need to 99 * wait for it. 100 */ 101 virtual bool isReady(); 102 103 /** 104 * Handle the given events. 105 */ 106 virtual void handleEvents(short events); 107 96 108 friend class LocalAcceptor; 97 109 };
Note:
See TracChangeset
for help on using the changeset viewer.