diff options
author | Xanadu <none@none> | 2010-02-05 00:31:28 +0100 |
---|---|---|
committer | Xanadu <none@none> | 2010-02-05 00:31:28 +0100 |
commit | a5d1bc77abc275402240bec1380fa87f04461ba8 (patch) | |
tree | f33b3e3f10a4f0723d85b5bec4764f4518501c06 /src/shared/Database/QueryResult.h | |
parent | b0b261585f4c410736548cd536642cb104cb7023 (diff) |
A great purge of obsolete macros.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/QueryResult.h')
-rw-r--r-- | src/shared/Database/QueryResult.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/Database/QueryResult.h b/src/shared/Database/QueryResult.h index f9488f5a030..5c380c0d5d1 100644 --- a/src/shared/Database/QueryResult.h +++ b/src/shared/Database/QueryResult.h @@ -26,7 +26,7 @@ #include "Field.h" -class TRINITY_DLL_SPEC QueryResult +class QueryResult { public: QueryResult(uint64 rowCount, uint32 fieldCount) @@ -53,7 +53,7 @@ typedef ACE_Refcounted_Auto_Ptr<QueryResult, ACE_Null_Mutex> QueryResult_AutoPtr typedef std::vector<std::string> QueryFieldNames; -class TRINITY_DLL_SPEC QueryNamedResult +class QueryNamedResult { public: explicit QueryNamedResult(QueryResult* query, QueryFieldNames const& names) : mQuery(query), mFieldNames(names) {} |