diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-21 18:13:48 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-21 18:14:22 +0200 |
| commit | 946ab3e8b71ad106c7e75fd78b96d70865b29d79 (patch) | |
| tree | 58ddb80a4e2d1d9b5884e42fcfa178b7e19ed4ce /src/server/authserver/Realms | |
| parent | f4d065dee0c2f2cdc61af5b4b84f1e019881aa8f (diff) | |
Core: Kill again whitespace :(
Diffstat (limited to 'src/server/authserver/Realms')
| -rw-r--r-- | src/server/authserver/Realms/RealmList.cpp | 2 | ||||
| -rw-r--r-- | src/server/authserver/Realms/RealmList.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/server/authserver/Realms/RealmList.cpp b/src/server/authserver/Realms/RealmList.cpp index 4dd2ab96dd9..b5668da2028 100644 --- a/src/server/authserver/Realms/RealmList.cpp +++ b/src/server/authserver/Realms/RealmList.cpp @@ -39,7 +39,7 @@ void RealmList::Initialize(boost::asio::io_service& ioService, uint32 updateInte UpdateRealms(true); } -void RealmList::UpdateRealm(uint32 id, const std::string& name, ip::address const& address, ip::address const& localAddr, +void RealmList::UpdateRealm(uint32 id, const std::string& name, ip::address const& address, ip::address const& localAddr, ip::address const& localSubmask, uint16 port, uint8 icon, RealmFlags flag, uint8 timezone, AccountTypes allowedSecurityLevel, float population, uint32 build) { // Create new if not exist or update existed diff --git a/src/server/authserver/Realms/RealmList.h b/src/server/authserver/Realms/RealmList.h index 64419351b57..b8630f23a0e 100644 --- a/src/server/authserver/Realms/RealmList.h +++ b/src/server/authserver/Realms/RealmList.h @@ -67,7 +67,7 @@ public: static RealmList instance; return &instance; } - + ~RealmList(); void Initialize(boost::asio::io_service& ioService, uint32 updateInterval); |
