Ignore:
Timestamp:
Mar 5, 2006 11:53:36 AM (18 years ago)
Author:
bennylp
Message:

Added API to terminate dialog prematurely. Affect: dialog, invite sessions, evsub, and presence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-simple/iscomposing.c

    r268 r283  
    8181 
    8282    /* Add lastactive, if any. */ 
    83     if (!is_composing && lst_actv) { 
    84         PJ_TODO(IMPLEMENT_LAST_ACTIVE_ATTRIBUTE); 
    85     } 
     83    PJ_UNUSED_ARG(lst_actv); 
     84    //if (!is_composing && lst_actv) { 
     85    //  PJ_TODO(IMPLEMENT_LAST_ACTIVE_ATTRIBUTE); 
     86    //} 
    8687 
    8788    /* Add contenttype, if any. */ 
Note: See TracChangeset for help on using the changeset viewer.