mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
modified mysql results/row to be ready for range based for
This commit is contained in:
@@ -30,6 +30,12 @@ MySQLRequestRow& MySQLRequestRow::operator=(MySQLRequestRow& moveItem)
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
MySQLRequestRow MySQLRequestRow::operator*()
|
||||
{
|
||||
return *this;
|
||||
}
|
||||
|
||||
MySQLRequestRow::MySQLRequestRow(MYSQL_RES *result)
|
||||
: m_Result(result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user