Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7650/mal

Modified Files:
        recycle.mx 
Log Message:
simple type change


Index: recycle.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/recycle.mx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- recycle.mx  1 Mar 2008 22:52:36 -0000       1.1
+++ recycle.mx  3 Mar 2008 08:11:13 -0000       1.2
@@ -37,15 +37,15 @@
 address RECYCLEdump
 comment "Dump summary of recycle table for potential re-use benefits";
 
-command setRetainPolicy(p:sht):void
+command setRetainPolicy(p:int):void
 address RECYCLEsetRetain
 comment "Set recycler retainment policy";
 
-command setReusePolicy(p:sht):void
+command setReusePolicy(p:int):void
 address RECYCLEsetReuse
 comment "Set recycler reuse policy";
 
-command setCachePolicy(p:sht):void
+command setCachePolicy(p:int):void
 address RECYCLEsetCache
 comment "Set recycler cache policy";
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to