]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
swigall
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 23 May 2008 20:25:42 +0000 (20:25 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 23 May 2008 20:25:42 +0000 (20:25 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8544 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_java/src/org/freeswitch/swig/CoreSession.java
src/mod/languages/mod_perl/mod_perl_wrap.cpp

index a968939bb5f24ea8cbb8edabfeb12a86a9b8c726..aa225ba4f6a7848239813c54dcf127fe2f22895f 100644 (file)
@@ -117,8 +117,8 @@ public class CoreSession {
     return freeswitchJNI.CoreSession_getVariable(swigCPtr, this, var);
   }
 
-  public SWIGTYPE_p_switch_status_t process_callback_result(String ret) {
-    return new SWIGTYPE_p_switch_status_t(freeswitchJNI.CoreSession_process_callback_result(swigCPtr, this, ret), true);
+  public SWIGTYPE_p_switch_status_t process_callback_result(String result) {
+    return new SWIGTYPE_p_switch_status_t(freeswitchJNI.CoreSession_process_callback_result(swigCPtr, this, result), true);
   }
 
   public void say(String tosay, String module_name, String say_type, String say_method) {
index 6495b48ab9a3e88a3745d0e76dae57304e4cb45e..28559f7fa45ae5b09a225e4d330f48700907e19f 100644 (file)
@@ -4675,7 +4675,7 @@ XS(_wrap_CoreSession_process_callback_result) {
     dXSARGS;
     
     if ((items < 2) || (items > 2)) {
-      SWIG_croak("Usage: CoreSession_process_callback_result(self,ret);");
+      SWIG_croak("Usage: CoreSession_process_callback_result(self,result);");
     }
     res1 = SWIG_ConvertPtr(ST(0), &argp1,SWIGTYPE_p_CoreSession, 0 |  0 );
     if (!SWIG_IsOK(res1)) {