diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-20 08:26:05 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-20 08:26:05 +0000 |
commit | 6f7cc45e3461e90cf2658a01f16758af31c8d814 (patch) | |
tree | 47bb813dfffa39bc0bbe00cd7669245cbd14eac8 /cpp/src/IcePack/Forward.cpp | |
parent | fixes (diff) | |
download | ice-6f7cc45e3461e90cf2658a01f16758af31c8d814.tar.bz2 ice-6f7cc45e3461e90cf2658a01f16758af31c8d814.tar.xz ice-6f7cc45e3461e90cf2658a01f16758af31c8d814.zip |
evictor modes
Diffstat (limited to 'cpp/src/IcePack/Forward.cpp')
-rw-r--r-- | cpp/src/IcePack/Forward.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePack/Forward.cpp b/cpp/src/IcePack/Forward.cpp index 4cc4669d356..7051ba2267c 100644 --- a/cpp/src/IcePack/Forward.cpp +++ b/cpp/src/IcePack/Forward.cpp @@ -49,7 +49,7 @@ IcePack::Forward::~Forward() } ObjectPtr -IcePack::Forward::locate(const ObjectAdapterPtr& adapter, const string& identity, ObjectPtr&) +IcePack::Forward::locate(const ObjectAdapterPtr& adapter, const string& identity, const string&, ObjectPtr&) { // // Look up the server description @@ -160,7 +160,7 @@ IcePack::Forward::locate(const ObjectAdapterPtr& adapter, const string& identity } void -IcePack::Forward::finished(const ObjectAdapterPtr&, const string&, const ObjectPtr&, const ObjectPtr&) +IcePack::Forward::finished(const ObjectAdapterPtr&, const string&, const ObjectPtr&, const string&, const ObjectPtr&) { // Nothing to do } |