mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
add some comments
This commit is contained in:
@@ -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"!
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user