Changeset 1589 for pjproject/trunk/pjlib/src/pj/os_core_symbian.cpp
- Timestamp:
- Nov 21, 2007 2:12:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_core_symbian.cpp
r1525 r1589 448 448 449 449 /* 450 * pj_thread_is_registered() 451 */ 452 PJ_DEF(pj_bool_t) pj_thread_is_registered(void) 453 { 454 return PJ_FALSE; 455 } 456 457 /* 458 * pj_thread_get_os_handle() 459 */ 460 PJ_DEF(void*) pj_thread_get_os_handle(pj_thread_t *thread) 461 { 462 PJ_UNUSED_ARG(thread); 463 return NULL; 464 } 465 466 /* 450 467 * pj_thread_register(..) 451 468 */
Note: See TracChangeset
for help on using the changeset viewer.