Changeset 4646 for pjproject


Ignore:
Timestamp:
Nov 6, 2013 8:07:58 AM (10 years ago)
Author:
bennylp
Message:

Re #1519: Updated SWIG interface file with new headers (persistent.hpp, json.hpp, siptypes.hpp) as part of persistent API development

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjsip-apps/src/swig/pjsua2.i

    r4639 r4646  
    5959// 
    6060%include "pjsua2/types.hpp" 
     61 
     62%ignore container_node_op; 
     63%include "pjsua2/persistent.hpp" 
     64 
     65%include "pjsua2/siptypes.hpp" 
     66 
    6167%template(SipHeaderVector)              std::vector<pj::SipHeader>; 
    6268%template(AuthCredInfoVector)           std::vector<pj::AuthCredInfo>; 
     
    6672%include "pjsua2/account.hpp" 
    6773 
     74%ignore JsonDocument::allocElement(); 
     75%ignore JsonDocument::getPool(); 
     76%include "pjsua2/json.hpp" 
Note: See TracChangeset for help on using the changeset viewer.