From 94ffdc6950f99ab7b241c61110fd8e29fa12f8d7 Mon Sep 17 00:00:00 2001 From: Reinhard Pfau Date: Sun, 12 Apr 2009 23:31:28 +0200 Subject: [PATCH] added container- and signalfunc --- utils/asyncio_utils.hpp | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) 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" -- 1.7.1