Ignore:
Timestamp:
Oct 18, 2007 1:40:44 AM (17 years ago)
Author:
bennylp
Message:

Updated VS2005 and eVC projects with new base64 and AKA files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua_wince/pjsua_wince.cpp

    r1497 r1505  
    517517 
    518518/* 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  
     519static void nat_detect_cb(const pj_stun_nat_detect_result *res) 
     520{ 
    524521    if (res->status != PJ_SUCCESS) { 
    525522        char msg[250]; 
     
    569566    SetTimer(hMainWnd, ID_POLL_TIMER, 50, NULL); 
    570567 
    571     pjsua_detect_nat_type(NULL, &nat_detect_cb); 
     568    pjsua_detect_nat_type(); 
    572569    return TRUE; 
    573570} 
Note: See TracChangeset for help on using the changeset viewer.