Changeset 6407 for branches/newapi
- Timestamp:
- 07/04/08 03:10:27 (5 months ago)
- Location:
- branches/newapi/licq/src/event
- Files:
-
- 2 modified
-
descriptorset.cpp (modified) (1 diff)
-
descriptorset.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newapi/licq/src/event/descriptorset.cpp
r6072 r6407 128 128 } 129 129 130 int LicqDaemon::DescriptorSet::handleReady( constfd_set& fdSet, int count)130 int LicqDaemon::DescriptorSet::handleReady(fd_set& fdSet, int count) 131 131 { 132 132 int handled = 0; -
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:
