summaryrefslogtreecommitdiffstats
path: root/src/Client/InformationManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/InformationManager.h')
-rw-r--r--src/Client/InformationManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Client/InformationManager.h b/src/Client/InformationManager.h
index dcb0212..65672ef 100644
--- a/src/Client/InformationManager.h
+++ b/src/Client/InformationManager.h
@@ -59,7 +59,7 @@ class MAD_CLIENT_EXPORT InformationManager : private boost::noncopyable {
boost::shared_ptr<Common::Request> updateRequest;
- std::map<std::string, Common::HostInfo> daemons;
+ std::map<Core::String, Common::HostInfo> daemons;
bool updating;
@@ -86,7 +86,7 @@ class MAD_CLIENT_EXPORT InformationManager : private boost::noncopyable {
}
- std::map<std::string, Common::HostInfo> getDaemons() {
+ std::map<Core::String, Common::HostInfo> getDaemons() {
boost::lock_guard<boost::mutex> lock(mutex);
return daemons;
}