Changeset 6407 for branches/newapi/licq/src/event/descriptorset.h
- Timestamp:
- 07/04/08 03:10:27 (5 months ago)
- Files:
-
- 1 modified
-
branches/newapi/licq/src/event/descriptorset.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newapi/licq/src/event/descriptorset.h
r6072 r6407 40 40 41 41 int getFdSet(fd_set* fdSet); 42 int handleReady( constfd_set& fdSet, int count);42 int handleReady(fd_set& fdSet, int count); 43 43 44 44 private:
