Changeset 4374 for pjproject/trunk/pjlib/src/pj/ioqueue_symbian.cpp
- Timestamp:
- Feb 27, 2013 7:15:57 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ioqueue_symbian.cpp
r3841 r4374 529 529 } 530 530 531 PJ_DEF(pj_status_t) pj_ioqueue_register_sock2(pj_pool_t *pool, 532 pj_ioqueue_t *ioqueue, 533 pj_sock_t sock, 534 pj_grp_lock_t *grp_lock, 535 void *user_data, 536 const pj_ioqueue_callback *cb, 537 pj_ioqueue_key_t **p_key) 538 { 539 PJ_UNUSED_ARG(grp_lock); 540 541 return pj_ioqueue_register_sock(pool, ioqueue, sock, user_data, cb, p_key); 542 } 543 531 544 /* 532 545 * Unregister from the I/O Queue framework.
Note: See TracChangeset
for help on using the changeset viewer.