From 26b5e033ffde3d161382fc9addbfa99738379641 Mon Sep 17 00:00:00 2001 From: maximius Date: Sat, 17 Oct 2009 15:35:07 -0700 Subject: *Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and some other cleanups by hand) *Fix a possible crash in Spell::DoAllEffectOnTarget --HG-- branch : trunk --- src/shared/Database/QueryResultMysql.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/shared/Database/QueryResultMysql.h') diff --git a/src/shared/Database/QueryResultMysql.h b/src/shared/Database/QueryResultMysql.h index 89aceb12b13..fb9d422ebf2 100644 --- a/src/shared/Database/QueryResultMysql.h +++ b/src/shared/Database/QueryResultMysql.h @@ -17,12 +17,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - #ifndef DO_POSTGRESQL - #if !defined(QUERYRESULTMYSQL_H) #define QUERYRESULTMYSQL_H - #ifdef WIN32 #define FD_SETSIZE 1024 #include @@ -30,20 +27,15 @@ #else #include #endif - class QueryResultMysql : public QueryResult { public: QueryResultMysql(MYSQL_RES *result, MYSQL_FIELD *fields, uint64 rowCount, uint32 fieldCount); - ~QueryResultMysql(); - bool NextRow(); - private: enum Field::DataTypes ConvertNativeType(enum_field_types mysqlType) const; void EndQuery(); - MYSQL_RES *mResult; }; #endif -- cgit v1.2.3