diff options
author | Machiavelli <none@none> | 2010-12-23 16:05:43 +0100 |
---|---|---|
committer | Machiavelli <none@none> | 2010-12-23 16:05:43 +0100 |
commit | 76e111fa073d0074241242334983b5e7d8f64c2d (patch) | |
tree | e75d1de9b13cc8767cc351e886854808e07d0566 /src/server/shared/Threading/Callback.h | |
parent | b6724bea03f6421b7168f098554cd4c43f5e75f3 (diff) |
Core/DBLayer: Allow asynchronous queries with callbacks to be executed in prepared statement format as well.
+ Cleanup and documentation
--HG--
branch : trunk
Diffstat (limited to 'src/server/shared/Threading/Callback.h')
-rwxr-xr-x | src/server/shared/Threading/Callback.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/shared/Threading/Callback.h b/src/server/shared/Threading/Callback.h index 0847417e9e7..b8f1d88442b 100755 --- a/src/server/shared/Threading/Callback.h +++ b/src/server/shared/Threading/Callback.h @@ -23,6 +23,7 @@ #include "QueryResult.h" typedef ACE_Future<QueryResult> QueryResultFuture; +typedef ACE_Future<PreparedQueryResult> PreparedQueryResultFuture; /*! A simple template using ACE_Future to manage callbacks from the thread and object that issued the request. <ParamType> is variable type of parameter that is used as parameter |