From d36e53a9163515f7154aeef074084deec5c3f29a Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 10 Jan 2005 14:37:16 +0000 Subject: [PATCH] CHANGES: Update contr Y2WayMap: - Fix typedef foo_t to typedef typename foo_t - Add dummy Y2WayMap.cpp to make Y2WayMap fail in ytools directory if buggy --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 210bc318..3e2fba7f 100644 --- a/CHANGES +++ b/CHANGES @@ -189,3 +189,6 @@ o usrv: bugfix, server not quitting anylonger after termination of child o uclnt: now continuing write on EWOULDBLOCK, TODO: use select(), or, at least, implement a timeout o scripts: now calling nice -10 on cptree.sh +o contr Y2WayMap: + - fixed typedef foo_t to typedef typename foo_t + - added dummy Y2WayMap.cpp to make Y2WayMap fail in ytools directory if buggy