- Fix Linux build (huge thanks to Aokromes for testing as always)

- Some work towards resolving the crash on shutdown by implementing a shutdown task

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-08-19 00:13:09 +02:00
parent fb9c6c96c7
commit 3932fc8c83
9 changed files with 38 additions and 23 deletions

View File

@@ -76,8 +76,4 @@ class QueryCallback
ParamType param;
};
/*! ACE_Future_Set to store a bunch of unique async queries with callbacks.
(ie name queries)
*/
typedef ACE_Future_Set<QueryResultFuture> QueryResultFutureSet;
#endif