diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-09-15 12:32:45 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-09-15 12:32:45 +0000 |
commit | 0df21eda351a4e9ea3d7647bf1a91d8bee903b61 (patch) | |
tree | 4f6ad583db87fe40bc0de570a4cfb4d575e615ca /cpp/src/IceGrid/ServerCache.h | |
parent | Fix (diff) | |
download | ice-0df21eda351a4e9ea3d7647bf1a91d8bee903b61.tar.bz2 ice-0df21eda351a4e9ea3d7647bf1a91d8bee903b61.tar.xz ice-0df21eda351a4e9ea3d7647bf1a91d8bee903b61.zip |
Better tracing
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h index 7fb40381cb8..bc880477691 100644 --- a/cpp/src/IceGrid/ServerCache.h +++ b/cpp/src/IceGrid/ServerCache.h @@ -72,7 +72,7 @@ class ServerCache : public CacheByString<ServerEntry> { public: - ServerCache(NodeCache&, AdapterCache&, ObjectCache&, const TraceLevelsPtr&); + ServerCache(NodeCache&, AdapterCache&, ObjectCache&); ServerEntryPtr add(const ServerInfo&); ServerEntryPtr get(const std::string&); |