Ignore:
Timestamp:
Oct 19, 2011 1:08:14 PM (13 years ago)
Author:
bennylp
Message:

Renamed enum names to comply with the spec in ticket (re #1216)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjsip/src/pjsua-lib/pjsua_pres.c

    r3829 r3830  
    12851285        acc->online_status = PJ_FALSE; 
    12861286 
    1287         if ((flags & PJSUA_DESTROY_NO_NETWORK) == 0) { 
     1287        if ((flags & PJSUA_DESTROY_NO_TX_MSG) == 0) { 
    12881288            send_publish(acc->index, PJ_FALSE); 
    12891289        } 
     
    13231323        pjsip_pres_set_status(uapres->sub, &pres_status); 
    13241324 
    1325         if ((flags & PJSUA_DESTROY_NO_NETWORK) == 0) { 
     1325        if ((flags & PJSUA_DESTROY_NO_TX_MSG) == 0) { 
    13261326            if (pjsip_pres_notify(uapres->sub, 
    13271327                                  PJSIP_EVSUB_STATE_TERMINATED, NULL, 
     
    22822282    } 
    22832283 
    2284     if ((flags & PJSUA_DESTROY_NO_NETWORK) == 0) { 
     2284    if ((flags & PJSUA_DESTROY_NO_TX_MSG) == 0) { 
    22852285        refresh_client_subscriptions(); 
    22862286 
Note: See TracChangeset for help on using the changeset viewer.