- Timestamp:
- Oct 25, 2013 10:34:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjsip-apps/src/swig/pjsua2.i
r4608 r4638 10 10 // 11 11 %{ 12 #include "pjsua2 /endpoint.hpp"12 #include "pjsua2.hpp" 13 13 using namespace std; 14 14 using namespace pj; … … 167 167 %rename("%s", regexmatch$name="PJSUA_CALL_HOLD_TYPE_.*") "";// Unignore this 168 168 %rename("%s") pjsua_acc_id; // Unignore this 169 %rename("%s") pjsua_destroy_flag; // Unignore this 170 %rename("%s", regexmatch$name="PJSUA_DESTROY_.*") ""; // Unignore this 169 171 %include "pjsua-lib/pjsua.h" 170 172 … … 175 177 176 178 // 179 // Ignore stuffs in pjsua2 itself 180 // 181 %ignore fromPj; 182 %ignore toPj; 183 184 // 177 185 // Now include the API itself. 178 186 // 179 187 %include "pjsua2/types.hpp" 180 188 %include "pjsua2/endpoint.hpp" 189 #include "pjsua2/account.hpp" 181 190
Note: See TracChangeset
for help on using the changeset viewer.