diff options
author | Machiavelli <none@none> | 2010-08-19 00:13:09 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2010-08-19 00:13:09 +0200 |
commit | 3932fc8c83f10c75ec4ea7a671218975de79a85c (patch) | |
tree | 553860faaa89d9d883d5253bc0962a3294051468 /src/server/shared/Threading | |
parent | fb9c6c96c73a12f261cfde3743337e83692ea426 (diff) |
- 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
Diffstat (limited to 'src/server/shared/Threading')
-rw-r--r-- | src/server/shared/Threading/Callback.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/shared/Threading/Callback.h b/src/server/shared/Threading/Callback.h index e016bbfa0d8..e2f3fcfc8ce 100644 --- a/src/server/shared/Threading/Callback.h +++ b/src/server/shared/Threading/Callback.h @@ -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
\ No newline at end of file |