[Freeswitch-svn] [commit] r8544 - in freeswitch/trunk/src/mod/languages: mod_java/src/org/freeswitch/swig mod_perl

Freeswitch SVN anthm at freeswitch.org
Fri May 23 16:25:42 EDT 2008


Author: anthm
Date: Fri May 23 16:25:42 2008
New Revision: 8544

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

Log:
swigall

Modified: freeswitch/trunk/src/mod/languages/mod_java/src/org/freeswitch/swig/CoreSession.java
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_java/src/org/freeswitch/swig/CoreSession.java	(original)
+++ freeswitch/trunk/src/mod/languages/mod_java/src/org/freeswitch/swig/CoreSession.java	Fri May 23 16:25:42 2008
@@ -117,8 +117,8 @@
     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) {

Modified: freeswitch/trunk/src/mod/languages/mod_perl/mod_perl_wrap.cpp
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_perl/mod_perl_wrap.cpp	(original)
+++ freeswitch/trunk/src/mod/languages/mod_perl/mod_perl_wrap.cpp	Fri May 23 16:25:42 2008
@@ -4675,7 +4675,7 @@
     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)) {



More information about the Freeswitch-svn mailing list