diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-07-25 17:25:58 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-07-25 17:25:58 +0000 |
commit | 95779a66eb32286140dec13a1641f5723d322168 (patch) | |
tree | dd86f141a0460bfa7746bc563cde037eedd7cd84 /cpp/src/IceGrid/ServerAdapterI.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1189 (diff) | |
download | ice-95779a66eb32286140dec13a1641f5723d322168.tar.bz2 ice-95779a66eb32286140dec13a1641f5723d322168.tar.xz ice-95779a66eb32286140dec13a1641f5723d322168.zip |
More replication work.
Diffstat (limited to 'cpp/src/IceGrid/ServerAdapterI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerAdapterI.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerAdapterI.cpp b/cpp/src/IceGrid/ServerAdapterI.cpp index 5ae4619e327..d00f721cdd9 100644 --- a/cpp/src/IceGrid/ServerAdapterI.cpp +++ b/cpp/src/IceGrid/ServerAdapterI.cpp @@ -151,6 +151,9 @@ ServerAdapterI::setDirectProxy(const Ice::ObjectPrx& prx, const Ice::Current&) } catch(const Ice::LocalException&) { + // + // Expected if the master IceGrid registry is down. + // } } } |