Prepare diff file.
[chise/kage.git] / tools / chise_wrap.cxx.diff
1 *** chise_wrap.cxx.old  2006-04-05 17:18:47.437069040 +0900
2 --- chise_wrap.cxx      2006-04-05 17:12:10.969341296 +0900
3 ***************
4 *** 1,3 ****
5 --- 1,5 ----
6 + #include <chise.h>
7
8   /* ----------------------------------------------------------------------------
9    * This file was automatically generated by SWIG (http://www.swig.org).
10    * Version 1.3.24
11 ***************
12 *** 1123,1133 ****
13               SWIG_croak("Usage: CHISE_DS_open(type,location,subtype,modemask);");
14           }
15           {
16 !             CHISE_DS_Type * argp;
17 !             if (SWIG_ConvertPtr(ST(0),(void **) &argp, SWIGTYPE_p_CONCORD_Backend_Type,0) < 0) {
18 !                 SWIG_croak("Type error in argument 1 of CHISE_DS_open. Expected _p_CONCORD_Backend_Type");
19 !             }
20 !             arg1 = *argp;
21           }
22           {
23               if (SWIG_ConvertPtr(ST(1), (void **) &arg2, SWIGTYPE_p_unsigned_char,0) < 0) {
24 --- 1125,1136 ----
25               SWIG_croak("Usage: CHISE_DS_open(type,location,subtype,modemask);");
26           }
27           {
28 !         //CHISE_DS_Type * argp;
29 !         //if (SWIG_ConvertPtr(ST(0),(void **) &argp, SWIGTYPE_p_CONCORD_Backend_Type,0) < 0) {
30 !         //SWIG_croak("Type error in argument 1 of CHISE_DS_open. Expected _p_CONCORD_Backend_Type");
31 !         //}
32 !         //arg1 = *argp;
33 !         arg1 = CHISE_DS_Berkeley_DB;
34           }
35           {
36               if (SWIG_ConvertPtr(ST(1), (void **) &arg2, SWIGTYPE_p_unsigned_char,0) < 0) {