Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16:/tmp/cvs-serv31906/runtime

Modified Files:
        serialize.mx xrpc_client.mx xrpc_server.mx 
Log Message:
Moved socket and SSL dependent stream declarations to new include file; removed 
superfluous includes of stream.h.
Also some other fixes to get this to compile on Windows again.

Index: xrpc_client.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_client.mx,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- xrpc_client.mx      1 Apr 2007 21:45:20 -0000       1.28
+++ xrpc_client.mx      17 Apr 2007 13:37:52 -0000      1.29
@@ -474,6 +474,7 @@
 @c
 #include "pf_config.h"
 #include "xrpc_client.h"
+#include <stream_socket.h>
 
 #define errCheck(iterc, argc, ws,                                      \
             fvid, fiter, fitem, fkind,                                 \

Index: serialize.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/serialize.mx,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- serialize.mx        21 Mar 2007 07:35:29 -0000      1.94
+++ serialize.mx        17 Apr 2007 13:37:52 -0000      1.95
@@ -69,7 +69,6 @@
 #define SERIALIZE_H
 
 #include "gdk.h"
-#include "stream.h"
 
 /* boolean type `bool' and constants `true', `false' */
 #ifdef HAVE_STDBOOL_H

Index: xrpc_server.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- xrpc_server.mx      16 Apr 2007 12:06:32 -0000      1.33
+++ xrpc_server.mx      17 Apr 2007 13:37:52 -0000      1.34
@@ -138,7 +138,6 @@
 #include "pathfinder.h"
 
 #include <gdk.h>
-#include <stream.h>
 #include <mapi.h>
 #include <time.h>
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to