Ignore:
Timestamp:
Oct 1, 2013 9:41:01 AM (11 years ago)
Author:
bennylp
Message:

Re #1519:

  • Account API (prototype)
  • Account config implementation
  • Refactoring in types, endpoint, etc for better consistency
  • Should compile ok with make but not running yet
File:
1 edited

Legend:

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

    r4600 r4608  
    2626        %template(IntVector) std::vector<int>; 
    2727        %template(AuthCredInfoVector) std::vector<AuthCredInfo>; 
     28        %template(SipMultipartPartVector) std::vector<SipMultipartPart>; 
     29        %template(SipHeaderVector) std::vector<SipHeader>; 
    2830} 
    2931 
Note: See TracChangeset for help on using the changeset viewer.