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
This commit is contained in:
Jan Lindemann 2005-01-10 14:37:16 +00:00 committed by Jan Lindemann
commit d36e53a916

View file

@ -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