[rucksack-cvs] CVS rucksack

alemmens alemmens at common-lisp.net
Sat May 20 20:25:32 UTC 2006


Update of /project/rucksack/cvsroot/rucksack
In directory clnet:/tmp/cvs-serv13415/rucksack

Modified Files:
	cache.lisp 
Log Message:
Finish CACHE-TOUCH-OBJECT patch (hopefully for real this time).


--- /project/rucksack/cvsroot/rucksack/cache.lisp	2006/05/20 15:07:28	1.3
+++ /project/rucksack/cvsroot/rucksack/cache.lisp	2006/05/20 20:25:32	1.4
@@ -1,4 +1,4 @@
-;; $Id: cache.lisp,v 1.3 2006/05/20 15:07:28 alemmens Exp $
+;; $Id: cache.lisp,v 1.4 2006/05/20 20:25:32 alemmens Exp $
 
 (in-package :rucksack)
 
@@ -211,7 +211,7 @@
     id))
 
 
-(defmethod cache-touch-object (object-id (cache standard-cache))
+(defmethod cache-touch-object (object (cache standard-cache))
   "Checks for transaction conflicts and signals a transaction conflict
 if necessary.  Change the object's status to dirty.  If the object is
 already dirty, nothing happens."




More information about the rucksack-cvs mailing list