Ignore:
Timestamp:
Oct 29, 2006 6:13:13 PM (18 years ago)
Author:
bennylp
Message:

Another Symbian commit, ported all PJSIP libraries and sipstateless runs without crashes (still no SIP message though)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/pjsip/include/pjsip-ua/sip_inv.h

    r324 r789  
    2727 
    2828 
    29 typedef enum pjsip_inv_state pjsip_inv_state; 
    3029typedef struct pjsip_inv_session pjsip_inv_session; 
    3130typedef struct pjsip_inv_callback pjsip_inv_callback; 
     
    3433 * This enumeration describes invite session state. 
    3534 */ 
    36 enum pjsip_inv_state 
     35typedef enum pjsip_inv_state 
    3736{ 
    3837    PJSIP_INV_STATE_NULL,           /**< Before INVITE is sent or received  */ 
     
    4342    PJSIP_INV_STATE_CONFIRMED,      /**< After ACK is sent/received.        */ 
    4443    PJSIP_INV_STATE_DISCONNECTED,   /**< Session is terminated.             */ 
    45 }; 
     44} pjsip_inv_state; 
    4645 
    4746/** 
Note: See TracChangeset for help on using the changeset viewer.