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/pjsip/src/test-pjsip/transport_test.c

    r974 r1266  
    561561 
    562562        /* Generate Call-ID for each thread. */ 
    563         rt_test_data[i].call_id.ptr = pj_pool_alloc(pool, rt_call_id.slen+1); 
     563        rt_test_data[i].call_id.ptr = (char*) pj_pool_alloc(pool, rt_call_id.slen+1); 
    564564        pj_strcpy(&rt_test_data[i].call_id, &rt_call_id); 
    565565        buf[0] = '0' + i; 
Note: See TracChangeset for help on using the changeset viewer.