From: Reinhard Pfau Date: Sun, 12 Apr 2009 21:31:28 +0000 (+0200) Subject: added container- and signalfunc X-Git-Tag: v0.3~52 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=94ffdc6950f99ab7b241c61110fd8e29fa12f8d7;p=libasyncio added container- and signalfunc --- diff --git a/utils/asyncio_utils.hpp b/utils/asyncio_utils.hpp index 7fcc120..e567d15 100644 --- a/utils/asyncio_utils.hpp +++ b/utils/asyncio_utils.hpp @@ -17,7 +17,7 @@ in accordance with section (3) of the GNU General Public License. This exception does not invalidate any other reasons why a work based on this file might be covered by the GNU General Public License. */ -/** +/** * @file * @brief convenience file for including all util header at once. * @@ -31,3 +31,7 @@ on this file might be covered by the GNU General Public License. #include "asyncio_time_tools.hpp" #include "asyncio_pointer_func.hpp" #include "asyncio_system_tools.hpp" + +// imports from libi2ncommon +#include "asyncio_containerfunc.hpp" +#include "asyncio_signalfunc.hpp"