add some comments

This commit is contained in:
Alex Fabijanic
2017-06-22 22:46:19 +02:00
parent 574fc131db
commit 19417c57a9
2 changed files with 10 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ Poco::SharedPtr<SQLExecutor> MySQLTest::_pExecutor = 0;
std::string MySQLTest::getHost()
{
return "127.0.0.1"; //localhost";
return "127.0.0.1"; //do not change to "localhost"!
}