Remove unused file MySQLDelayThread.h.

This file also contains at least two errors:
  bad override specifier
  invalid SqlDelayThread constructor call
This commit is contained in:
LordJZ 2012-08-08 15:52:30 +04:00 committed by Antz
parent f0e48f0587
commit cd1bb3f9f4
4 changed files with 0 additions and 38 deletions

View file

@ -1,30 +0,0 @@
/*
* Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __MYSQLDELAYTHREAD_H
#define __MYSQLDELAYTHREAD_H
#include "Database/SqlDelayThread.h"
class MySQLDelayThread : public SqlDelayThread
{
public:
MySQLDelayThread(Database* db) : SqlDelayThread(db) {}
void Stop() { SqlDelayThread::Stop() override; }
};
#endif //__MYSQLDELAYTHREAD_H

View file

@ -475,7 +475,6 @@
<ClInclude Include="..\..\src\shared\Database\DBCFileLoader.h" />
<ClInclude Include="..\..\src\shared\Database\DBCStore.h" />
<ClInclude Include="..\..\src\shared\Database\Field.h" />
<ClInclude Include="..\..\src\shared\Database\MySQLDelayThread.h" />
<ClInclude Include="..\..\src\shared\Database\QueryResult.h" />
<ClInclude Include="..\..\src\shared\Database\QueryResultMysql.h" />
<ClInclude Include="..\..\src\shared\Database\SqlDelayThread.h" />

View file

@ -107,9 +107,6 @@
<ClInclude Include="..\..\src\shared\Database\Field.h">
<Filter>Database</Filter>
</ClInclude>
<ClInclude Include="..\..\src\shared\Database\MySQLDelayThread.h">
<Filter>Database</Filter>
</ClInclude>
<ClInclude Include="..\..\src\shared\Database\QueryResult.h">
<Filter>Database</Filter>
</ClInclude>

View file

@ -543,10 +543,6 @@
RelativePath="..\..\src\shared\Database\Field.h"
>
</File>
<File
RelativePath="..\..\src\shared\Database\MySQLDelayThread.h"
>
</File>
<File
RelativePath="..\..\src\shared\Database\QueryResult.h"
>