Ignore:
Timestamp:
Aug 11, 2009 6:21:13 PM (15 years ago)
Author:
nanang
Message:

Ticket #833:

  • Updated build config for VS6, Symbian, and Makefile for Session Timer.
  • Fixed C/C++ cross-linking problem on some compilers (e.g: Symbian GCCE).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_timer.c

    r2859 r2861  
    6767/* External global vars */ 
    6868extern pj_bool_t pjsip_use_compact_form; 
    69 extern const pjsip_method pjsip_update_method; 
    7069 
    7170/* Local functions & vars */ 
     
    7372static void start_timer(pjsip_inv_session *inv); 
    7473static pj_bool_t is_initialized; 
    75  
     74const pjsip_method pjsip_update_method = { PJSIP_OTHER_METHOD, {"UPDATE", 6}}; 
    7675/* 
    7776 * Session-Expires header vptr. 
Note: See TracChangeset for help on using the changeset viewer.