added container- and signalfunc
authorReinhard Pfau <Reinhard.Pfau@gmx.de>
Sun, 12 Apr 2009 21:31:28 +0000 (23:31 +0200)
committerReinhard Pfau <Reinhard.Pfau@gmx.de>
Sun, 12 Apr 2009 21:31:28 +0000 (23:31 +0200)
utils/asyncio_utils.hpp

index 7fcc120..e567d15 100644 (file)
@@ -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"