Ignore:
Timestamp:
May 12, 2007 3:03:23 PM (17 years ago)
Author:
bennylp
Message:

Symbian fixes to compile on GCCE (nested callbacks etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_util.c

    r1241 r1269  
    10061006                                   pjsip_tx_data *tdata, 
    10071007                                   void *token, 
    1008                                    void (*cb)(pjsip_send_state*, 
    1009                                               pj_ssize_t sent, 
    1010                                               pj_bool_t *cont)) 
     1008                                   pjsip_endpt_callback cb) 
    10111009{ 
    10121010    pjsip_host_info dest_info; 
     
    12271225                                               pjsip_tx_data *tdata, 
    12281226                                               void *token, 
    1229                                                void (*cb)(pjsip_send_state*, 
    1230                                                           pj_ssize_t sent, 
    1231                                                           pj_bool_t *cont)) 
     1227                                               pjsip_endpt_callback cb) 
    12321228{ 
    12331229    /* Determine which transports and addresses to send the response, 
     
    12781274                                                pjsip_tx_data *tdata, 
    12791275                                                void *token, 
    1280                                                 void (*cb)(pjsip_send_state*, 
    1281                                                            pj_ssize_t sent, 
    1282                                                            pj_bool_t *cont)) 
     1276                                                pjsip_endpt_callback cb) 
    12831277{ 
    12841278    pjsip_response_addr res_addr; 
Note: See TracChangeset for help on using the changeset viewer.