Ignore:
Timestamp:
May 2, 2007 11:29:37 AM (17 years ago)
Author:
bennylp
Message:

PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_im.c

    r1148 r1242  
    3636const pjsip_method pjsip_message_method = 
    3737{ 
    38     PJSIP_MESSAGE_METHOD, 
     38    (pjsip_method_e) PJSIP_MESSAGE_METHOD, 
    3939    { "MESSAGE", 7 } 
    4040}; 
     
    341341                                                &im_data->body, 
    342342                                                im_data->user_data, 
    343                                                 tsx->status_code, 
     343                                                (pjsip_status_code)  
     344                                                    tsx->status_code, 
    344345                                                &tsx->status_text); 
    345346    } 
Note: See TracChangeset for help on using the changeset viewer.