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-apps/src/samples/stateful_proxy.c

    r1127 r1417  
    252252        /* Find the UAS INVITE transaction */ 
    253253        pjsip_tsx_create_key(rdata->tp_info.pool, &key, PJSIP_UAS_ROLE, 
    254                              &pjsip_invite_method, rdata); 
     254                             pjsip_get_invite_method(), rdata); 
    255255        invite_uas = pjsip_tsx_layer_find_tsx(&key, PJ_TRUE); 
    256256        if (!invite_uas) { 
Note: See TracChangeset for help on using the changeset viewer.