This should fix linux build - please confirm.

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-08-18 21:25:42 +02:00
parent 95f0d56077
commit d47b9851cd

View File

@@ -79,5 +79,5 @@ class QueryCallback
/*! ACE_Future_Set to store a bunch of unique async queries with callbacks.
(ie name queries)
*/
typedef ACE_Future_Set<QueryResult_AutoPtr> QueryResultFutureSet;
typedef ACE_Future_Set<QueryResultFuture> QueryResultFutureSet;
#endif