Ignore:
Timestamp:
Jul 19, 2013 10:32:43 AM (11 years ago)
Author:
nanang
Message:

JNI projects: handle nested struct/union for SWIG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/jni/pjsip/include/pjsip/sip_msg.h

    r3553 r4570  
    790790    { 
    791791        /** Request Line. */ 
    792         struct pjsip_request_line   req; 
     792        pjsip_request_line   req; 
    793793 
    794794        /** Status Line. */ 
    795         struct pjsip_status_line    status; 
     795        pjsip_status_line    status; 
    796796    } line; 
    797797 
Note: See TracChangeset for help on using the changeset viewer.