Changeset 1384 for pjproject/trunk
- Timestamp:
- Jun 23, 2007 1:04:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ioqueue_symbian.cpp
r1248 r1384 388 388 389 389 type_ = TYPE_NONE; 390 pending_data_.common_.op_key_ = NULL; 390 391 } 391 392 … … 397 398 { 398 399 Type cur_type = type_; 400 401 pj_assert(op_key == pending_data_.common_.op_key_); 399 402 400 403 Cancel(); … … 404 407 cb_.on_read_complete(key_, op_key, bytes_status); 405 408 } else if (cur_type == TYPE_ACCEPT) 406 ; 409 ; 407 410 } 408 411
Note: See TracChangeset
for help on using the changeset viewer.