Ignore:
Timestamp:
Jul 22, 2006 1:42:56 PM (18 years ago)
Author:
bennylp
Message:

Changed all public header files to compile correctly when -ansi and -pedantic is used, also when g++ is used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_types.h

    r515 r622  
    8080 
    8181    /** Loopback (datagram, unreliable) */ 
    82     PJSIP_TRANSPORT_LOOP_DGRAM, 
     82    PJSIP_TRANSPORT_LOOP_DGRAM 
    8383 
    8484} pjsip_transport_type_e; 
     
    163163 
    164164/** 
    165  * Dialog state (sip_dialog.h). 
    166  */ 
    167 typedef enum pjsip_dialog_state pjsip_dialog_state; 
    168  
    169 /** 
    170165 * Transaction role. 
    171166 */ 
     
    178173 
    179174    PJSIP_UAC_ROLE = PJSIP_ROLE_UAC,    /**< Role is UAC. */ 
    180     PJSIP_UAS_ROLE = PJSIP_ROLE_UAS,    /**< Role is UAS. */ 
     175    PJSIP_UAS_ROLE = PJSIP_ROLE_UAS     /**< Role is UAS. */ 
    181176 
    182177} pjsip_role_e; 
Note: See TracChangeset for help on using the changeset viewer.