mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-06 04:11:52 +00:00
even more lang stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9063 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- mod_lua_wrap.cpp 2008-05-11 20:03:58.000000000 -0400
|
||||
+++ mod_lua_wrap2.cpp 2008-05-11 20:05:08.000000000 -0400
|
||||
@@ -5158,7 +5158,7 @@
|
||||
--- mod_lua_wrap.cpp 2008-07-16 16:58:58.000000000 -0400
|
||||
+++ old.cpp 2008-07-16 16:58:42.000000000 -0400
|
||||
@@ -6731,7 +6731,7 @@
|
||||
SWIG_check_num_args("LUA::Session",0,0)
|
||||
result = (LUA::Session *)new LUA::Session();
|
||||
SWIG_arg=0;
|
||||
@@ -9,7 +9,16 @@
|
||||
return SWIG_arg;
|
||||
|
||||
if(0) SWIG_fail;
|
||||
@@ -5179,7 +5179,7 @@
|
||||
@@ -6759,7 +6759,7 @@
|
||||
|
||||
result = (LUA::Session *)new LUA::Session(arg1,arg2);
|
||||
SWIG_arg=0;
|
||||
- SWIG_NewPointerObj(L,result,SWIGTYPE_p_LUA__Session,1); SWIG_arg++;
|
||||
+ SWIG_NewPointerObj(L,result,SWIGTYPE_p_LUA__Session,1); SWIG_arg++; result->setLUA(L);
|
||||
return SWIG_arg;
|
||||
|
||||
if(0) SWIG_fail;
|
||||
@@ -6780,7 +6780,7 @@
|
||||
arg1 = (char *)lua_tostring(L, 1);
|
||||
result = (LUA::Session *)new LUA::Session(arg1);
|
||||
SWIG_arg=0;
|
||||
@@ -18,7 +27,7 @@
|
||||
return SWIG_arg;
|
||||
|
||||
if(0) SWIG_fail;
|
||||
@@ -5204,7 +5204,7 @@
|
||||
@@ -6805,7 +6805,7 @@
|
||||
|
||||
result = (LUA::Session *)new LUA::Session(arg1);
|
||||
SWIG_arg=0;
|
||||
|
||||
Reference in New Issue
Block a user