Release 1.1.17-0

- Change enum order for URLTOK_XXX - Add _dump() and clear() to YEloopEventQueue - Make dtor of YAbstractStandaloneTask virtual - Add logChildren() to YAbstractFamilyMember - Make eloop_register_timer() timeout argument const

This commit is contained in:
Jan Lindemann 2008-11-28 19:14:11 +00:00 committed by Jan Lindemann
commit 8d2687ed79
2 changed files with 9 additions and 1 deletions

View file

@ -305,3 +305,11 @@ o added YStringTree::insertChild(int pos, const std::string &content)
Version 1.1.16-0
----------------
o added new member YLifo::empty()
Version 1.1.17-0
----------------
o changed enum order for URLTOK_XXX
o added _dump() and clear() to YEloopEventQueue
o made dtor of YAbstractStandaloneTask virtual
o added logChildren() to YAbstractFamilyMember
o made eloop_register_timer() timeout argument const