mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[Core] Remove obsolete directive
This commit is contained in:
parent
deb9a167ea
commit
2d06f70da2
57 changed files with 139 additions and 139 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#include "Errors.h"
|
||||
#include "Field.h"
|
||||
|
||||
class MANGOS_DLL_SPEC QueryResult
|
||||
class QueryResult
|
||||
{
|
||||
public:
|
||||
QueryResult(uint64 rowCount, uint32 fieldCount)
|
||||
|
|
@ -54,7 +54,7 @@ class MANGOS_DLL_SPEC QueryResult
|
|||
|
||||
typedef std::vector<std::string> QueryFieldNames;
|
||||
|
||||
class MANGOS_DLL_SPEC QueryNamedResult
|
||||
class QueryNamedResult
|
||||
{
|
||||
public:
|
||||
explicit QueryNamedResult(QueryResult* query, QueryFieldNames const& names) : mQuery(query), mFieldNames(names) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue