Ignore:
Timestamp:
Jul 11, 2013 5:35:05 AM (11 years ago)
Author:
nanang
Message:

JNI project:

  • mapped pj_str_t and java String
  • cosmetics: tabs consistency
File:
1 edited

Legend:

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

    r4549 r4557  
    37303730 * 
    37313731 * @param pool          Pool to allocate memory for the string. 
    3732  * @param contact       The string where the Contact will be stored. 
     3732 * @param p_contact     The string where the Contact will be stored. 
    37333733 * @param acc_id        Account ID. 
    37343734 * @param uri           Destination URI of the request. 
     
    37373737 */ 
    37383738PJ_DECL(pj_status_t) pjsua_acc_create_uac_contact( pj_pool_t *pool, 
    3739                                                    pj_str_t *contact, 
     3739                                                   pj_str_t *p_contact, 
    37403740                                                   pjsua_acc_id acc_id, 
    37413741                                                   const pj_str_t *uri); 
     
    37483748 * 
    37493749 * @param pool          Pool to allocate memory for the string. 
    3750  * @param contact       The string where the Contact will be stored. 
     3750 * @param p_contact     The string where the Contact will be stored. 
    37513751 * @param acc_id        Account ID. 
    37523752 * @param rdata         Incoming request. 
     
    37553755 */ 
    37563756PJ_DECL(pj_status_t) pjsua_acc_create_uas_contact( pj_pool_t *pool, 
    3757                                                    pj_str_t *contact, 
     3757                                                   pj_str_t *p_contact, 
    37583758                                                   pjsua_acc_id acc_id, 
    37593759                                                   pjsip_rx_data *rdata ); 
Note: See TracChangeset for help on using the changeset viewer.