Release 1.1.24-0

- Make YLifo::emtpy() and YFifo::empty() const
- Add YEloopTimerTask::timeLeft()
- Add beautified private YStringTree::_dump() method
This commit is contained in:
Jan Lindemann 2009-05-29 14:58:57 +00:00 committed by Jan Lindemann
commit adef22ee10

View file

@ -340,3 +340,9 @@ o added members setFlags(), addFlags(), flags() to YAbstractLoadableObject
Version 1.1.23-0
----------------
o added member _notifierSignal and _sigmask to YAppEloop
Version 1.1.24-0
----------------
o made YLifo::emtpy() and YFifo::empty() const
o added YEloopTimerTask::timeLeft()
o added beautified private YStringTree::_dump() method