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/pjsua-lib/pjsua_pres.c

    r1404 r1417  
    460460    pj_status_t status; 
    461461 
    462     if (pjsip_method_cmp(req_method, &pjsip_subscribe_method) != 0) 
     462    if (pjsip_method_cmp(req_method, pjsip_get_subscribe_method()) != 0) 
    463463        return PJ_FALSE; 
    464464 
     
    927927        tsx->role != PJSIP_UAC_ROLE || 
    928928        event->type != PJSIP_EVENT_RX_MSG ||  
    929         pjsip_method_cmp(&tsx->method, &pjsip_subscribe_method)!=0) 
     929        pjsip_method_cmp(&tsx->method, pjsip_get_subscribe_method())!=0) 
    930930    { 
    931931        PJSUA_UNLOCK(); 
Note: See TracChangeset for help on using the changeset viewer.