diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-06-01 02:39:55 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-06-01 02:39:55 +0200 |
commit | db2cb70120dde10ffa210ad5af8a973cc1644355 (patch) | |
tree | 15c16840f6a476c89783a0ae028d69793748dccd /src/server/authserver/Server/BattlenetManager.h | |
parent | a860d5ca47031a7123da901c1c26a1107901dad0 (diff) |
Core/Battle.net: Refactored ModuleInfo creation
Diffstat (limited to 'src/server/authserver/Server/BattlenetManager.h')
-rw-r--r-- | src/server/authserver/Server/BattlenetManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Server/BattlenetManager.h b/src/server/authserver/Server/BattlenetManager.h index 7bc12f94c62..3b8a145f4e9 100644 --- a/src/server/authserver/Server/BattlenetManager.h +++ b/src/server/authserver/Server/BattlenetManager.h @@ -94,7 +94,7 @@ public: bool HasComponent(Battlenet::Component const* component) const; bool HasProgram(std::string const& program) const { return _programs.count(program); } bool HasPlatform(std::string const& platform) const { return _platforms.count(platform); } - Battlenet::ModuleInfo const* GetModule(Battlenet::ModuleKey const& key) const; + Battlenet::ModuleInfo* CreateModule(std::string const& os, std::string const& name) const; private: void LoadComponents(); |