Ignore:
Timestamp:
Jun 29, 2013 1:14:27 AM (10 years ago)
Author:
nanang
Message:

Work on JNI project:

  • Only use single SWIG C++ wrapper.
  • Initial work on pjsua_callback: added parser and auto proxy generation.
  • Updated SWIG typemaps: SWIG director, input output, array of pointer, etc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/jni/pjsip/include/pjsua-lib/pjsua.h

    r4534 r4549  
    473473typedef struct pjsua_reg_info 
    474474{ 
    475     struct pjsip_regc_cbparam   *cbparam;   /**< Parameters returned by 
    476                                                 registration callback. */ 
     475    pjsip_regc_cbparam  *cbparam;       /**< Parameters returned by 
     476                                            registration callback.     */ 
    477477} pjsua_reg_info; 
    478478 
Note: See TracChangeset for help on using the changeset viewer.