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

Modified Files:
        serialize_pftijah.mx serialize_pftijah_options.mx 
Log Message:
propagated changes of Wednesday Feb 07 2007 - Friday Feb 09 2007
from the XQuery_0-16 branch to the development trunk



Index: serialize_pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/serialize_pftijah.mx,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- serialize_pftijah.mx        6 Feb 2007 23:54:51 -0000       1.37
+++ serialize_pftijah.mx        9 Feb 2007 23:41:11 -0000       1.38
@@ -811,11 +811,14 @@
  * Default driver initialization function
  */
 static bool
-pftijah_init(XqueryCtx* ctx, char* args, char* restag, char* resprefix) {
+pftijah_init(XqueryCtx* ctx, char* args, char* restag, char* resprefix, char* 
module, char* method) {
     (void) ctx;
     (void) args;
     (void) restag;
     (void) resprefix;
+    (void) module;
+    (void) method;
+
     ctx->driverWs = GLOBAL_TJCTX;
 #ifdef TJ_TRACE
     if ( TJ_TRACE ) 
stream_printf(GDKout,"C[%s]:pftijah_init()\n",GLOBAL_TJCTX->name);

Index: serialize_pftijah_options.mx
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/modules/pftijah/serialize_pftijah_options.mx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- serialize_pftijah_options.mx        9 Jan 2007 15:44:39 -0000       1.11
+++ serialize_pftijah_options.mx        9 Feb 2007 23:41:11 -0000       1.12
@@ -64,10 +64,13 @@
  * Definition of the structure containing the functions
  */
 static bool
-pftijah_options_init(XqueryCtx* ctx, char* args, char *restag, char 
*resprefix) {
+pftijah_options_init(XqueryCtx* ctx, char* args, char *restag, char 
*resprefix, char* module, char* method) {
     (void) args;
     (void) restag;
     (void) resprefix;
+    (void) module;
+    (void) method;
+
     ctx->driverWs              = GLOBAL_PTOS;
     GLOBAL_PTOS->errorMessage  = NULL;
 #ifdef DEBUG
@@ -196,9 +199,11 @@
        BATprintf(GDKout,strVAL);
 #endif
        int returnVal = xquery_print_result_DRIVER(
-               "",
-               &pftijah_optionsSerializeFun,
-               "",
+            "",
+            NULL, /* module */
+            NULL, /* method */
+            &pftijah_optionsSerializeFun,
+            "",
                ws,
                1,    /* niters, */
                item, /* loop, */


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to