summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ObjectCache.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-09-15 12:32:45 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-09-15 12:32:45 +0000
commit0df21eda351a4e9ea3d7647bf1a91d8bee903b61 (patch)
tree4f6ad583db87fe40bc0de570a4cfb4d575e615ca /cpp/src/IceGrid/ObjectCache.h
parentFix (diff)
downloadice-0df21eda351a4e9ea3d7647bf1a91d8bee903b61.tar.bz2
ice-0df21eda351a4e9ea3d7647bf1a91d8bee903b61.tar.xz
ice-0df21eda351a4e9ea3d7647bf1a91d8bee903b61.zip
Better tracing
Diffstat (limited to 'cpp/src/IceGrid/ObjectCache.h')
-rw-r--r--cpp/src/IceGrid/ObjectCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ObjectCache.h b/cpp/src/IceGrid/ObjectCache.h
index 79c6b9a6f61..9511bc919a5 100644
--- a/cpp/src/IceGrid/ObjectCache.h
+++ b/cpp/src/IceGrid/ObjectCache.h
@@ -50,7 +50,7 @@ class ObjectCache : public Cache<Ice::Identity, ObjectEntry>
{
public:
- ObjectCache(const Ice::CommunicatorPtr&, const TraceLevelsPtr&);
+ ObjectCache(const Ice::CommunicatorPtr&);
void add(const std::string&, const std::string&, const ObjectDescriptor&);
ObjectEntryPtr get(const Ice::Identity&) const;