commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas/src/methods methods_python.c methods_...


From: Neil Tiffin
Subject: gnue/geas/src/methods methods_python.c methods_...
Date: Sat, 22 Sep 2001 18:06:52 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/09/22 18:06:51

Modified files:
        geas/src/methods: methods_python.c methods_python.h 

Log message:
        Fix compile errors that should never have been checked in.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/methods/methods_python.c.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/methods/methods_python.h.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gnue/geas/src/methods/methods_python.c
diff -u gnue/geas/src/methods/methods_python.c:1.11 
gnue/geas/src/methods/methods_python.c:1.12
--- gnue/geas/src/methods/methods_python.c:1.11 Sat Sep 22 17:46:35 2001
+++ gnue/geas/src/methods/methods_python.c      Sat Sep 22 18:06:51 2001
@@ -19,7 +19,7 @@
   along with GEAS; if not, write to the Free Software Foundation, Inc.,
   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-  $Id: methods_python.c,v 1.11 2001/09/22 21:46:35 ntiffin Exp $
+  $Id: methods_python.c,v 1.12 2001/09/22 22:06:51 ntiffin Exp $
 */
 
 /*
@@ -129,10 +129,10 @@
 CORBA_char *        /* TODO should be a structure that represents a type */
 python_execute_function( const char *function_name, GEAS_Arguments *args)
 {
+/*
   g_return_val_if_fail (function_name, NULL);
   g_return_val_if_fail (args, NULL);
 
-  /* find 'call' object */
   list = provider_list;
   while (list)
     {
@@ -152,6 +152,7 @@
       if (list)
         list = list->next;
     }
+*/
   return NULL;
 }
 
Index: gnue/geas/src/methods/methods_python.h
diff -u gnue/geas/src/methods/methods_python.h:1.3 
gnue/geas/src/methods/methods_python.h:1.4
--- gnue/geas/src/methods/methods_python.h:1.3  Sat Sep 15 10:45:01 2001
+++ gnue/geas/src/methods/methods_python.h      Sat Sep 22 18:06:51 2001
@@ -19,7 +19,7 @@
   along with GEAS; if not, write to the Free Software Foundation, Inc.,
   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-  $Id: methods_python.h,v 1.3 2001/09/15 14:45:01 ntiffin Exp $
+  $Id: methods_python.h,v 1.4 2001/09/22 22:06:51 ntiffin Exp $
 */
 
 #ifndef METHODS_PYTHON_H
@@ -50,5 +50,12 @@
 CORBA_char * python_execute_method (GEAS_object_reference * obj,
                 const char *methodname, GEAS_Arguments * args,
                 CORBA_Environment * ev);
+                
+                
+/* ------------------------------------------------------------------------- *\
+ * python_execute_function
+\* ------------------------------------------------------------------------- */
+CORBA_char *        /* TODO should be a structure that represents a type */
+python_execute_function( const char *function_name, GEAS_Arguments *args);
 
 #endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]