- Timestamp:
- Oct 18, 2007 1:40:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua_wince/pjsua_wince.cpp
r1497 r1505 517 517 518 518 /* Callback upon NAT detection completion */ 519 static void nat_detect_cb(void *user_data, 520 const pj_stun_nat_detect_result *res) 521 { 522 PJ_UNUSED_ARG(user_data); 523 519 static void nat_detect_cb(const pj_stun_nat_detect_result *res) 520 { 524 521 if (res->status != PJ_SUCCESS) { 525 522 char msg[250]; … … 569 566 SetTimer(hMainWnd, ID_POLL_TIMER, 50, NULL); 570 567 571 pjsua_detect_nat_type( NULL, &nat_detect_cb);568 pjsua_detect_nat_type(); 572 569 return TRUE; 573 570 }
Note: See TracChangeset
for help on using the changeset viewer.