Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8430/modules/pftijah

Modified Files:
      Tag: xrpcdemo
        serialize_pftijah.mx serialize_pftijah_options.mx 
Log Message:
premature checkin for Jenni - it compiles now, but it does not work (yet)



U serialize_pftijah.mx
Index: serialize_pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/serialize_pftijah.mx,v
retrieving revision 1.62
retrieving revision 1.62.4.1
diff -u -d -r1.62 -r1.62.4.1
--- serialize_pftijah.mx        16 May 2008 06:58:43 -0000      1.62
+++ serialize_pftijah.mx        5 Jun 2008 12:55:14 -0000       1.62.4.1
@@ -900,13 +900,11 @@
  * Default driver initialization function
  */
 static bool
-pftijah_init(XqueryCtx* ctx, char* args, char* restag, char* resprefix, char* 
module, char* method) {
+pftijah_init(XqueryCtx* ctx, char* args, char* restag, char* resprefix) {
     (void) ctx;
     (void) args;
     (void) restag;
     (void) resprefix;
-    (void) module;
-    (void) method;
 
     ctx->driverWs = GLOBAL_TJCTX;
 #ifdef TJ_TRACE

U serialize_pftijah_options.mx
Index: serialize_pftijah_options.mx
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/modules/pftijah/serialize_pftijah_options.mx,v
retrieving revision 1.15
retrieving revision 1.15.16.1
diff -u -d -r1.15 -r1.15.16.1
--- serialize_pftijah_options.mx        22 Mar 2007 15:42:27 -0000      1.15
+++ serialize_pftijah_options.mx        5 Jun 2008 12:55:15 -0000       
1.15.16.1
@@ -64,12 +64,10 @@
  * Definition of the structure containing the functions
  */
 static bool
-pftijah_options_init(XqueryCtx* ctx, char* args, char *restag, char 
*resprefix, char* module, char* method) {
+pftijah_options_init(XqueryCtx* ctx, char* args, char *restag, char 
*resprefix) {
     (void) args;
     (void) restag;
     (void) resprefix;
-    (void) module;
-    (void) method;
 
     ctx->driverWs              = GLOBAL_PTOS;
     GLOBAL_PTOS->errorMessage  = NULL;
@@ -209,8 +207,6 @@
 #endif
        int returnVal = xquery_print_result_DRIVER(
             "",
-            NULL, /* module */
-            NULL, /* method */
             &pftijah_optionsSerializeFun,
             "",
                ws,
@@ -221,7 +217,7 @@
                kind,
                intVAL,
                dblVAL,
-               strVAL);
+               strVAL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
 #ifdef DEBUG
        stream_printf(GDKout,"CALLED xquery_print_result_DRIVER: 
res=%d\n",returnVal);
        BATprintf(GDKout,ptos.bat);


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to