Ignore:
Timestamp:
May 11, 2007 3:14:34 PM (17 years ago)
Author:
bennylp
Message:

HUGE changeset to make the rest of the libraries compile with C++ mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjstun-srv-test/turn_usage.c

    r1091 r1266  
    286286 
    287287    if (client) { 
    288         status = pj_stun_msg_check(pkt, pkt_size, flags); 
     288        status = pj_stun_msg_check((const pj_uint8_t*)pkt, pkt_size, flags); 
    289289 
    290290        if (status == PJ_SUCCESS) { 
     
    13551355    PJ_UNUSED_ARG(op_key); 
    13561356 
    1357     client = pj_ioqueue_get_user_data(key); 
     1357    client = (struct turn_client*) pj_ioqueue_get_user_data(key); 
    13581358     
    13591359    /* Lock client */ 
Note: See TracChangeset for help on using the changeset viewer.