Ignore:
Timestamp:
Aug 16, 2007 10:11:44 AM (17 years ago)
Author:
bennylp
Message:

Ticket #354: continuing work to port the Symbian libraries to .DSO format

File:
1 edited

Legend:

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

    r1307 r1417  
    237237 * Create key to identify dialog set. 
    238238 */ 
     239/* 
    239240PJ_DEF(void) pjsip_ua_create_dlg_set_key( pj_pool_t *pool, 
    240241                                          pj_str_t *set_key, 
     
    253254              local_tag->ptr, local_tag->slen); 
    254255} 
     256*/ 
    255257 
    256258/* 
     
    512514 
    513515        pjsip_tsx_create_key(rdata->tp_info.pool, &key, role,  
    514                              &pjsip_invite_method, rdata); 
     516                             pjsip_get_invite_method(), rdata); 
    515517 
    516518        /* Lookup the INVITE transaction */ 
Note: See TracChangeset for help on using the changeset viewer.