Remove 'using namespaces std' fixes #61

This commit is contained in:
Michael Cook
2013-05-22 16:17:19 -04:00
parent 312100e1c6
commit 0fdfe025cb
190 changed files with 1801 additions and 2004 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ ChatChannelList *ChannelList;
Database database;
string WorldShortName;
std::string WorldShortName;
const ucsconfig *Config;
@@ -60,7 +60,7 @@ void CatchSignal(int sig_num) {
worldserver->Disconnect();
}
string GetMailPrefix() {
std::string GetMailPrefix() {
return "SOE.EQ." + WorldShortName + ".";