diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-10-13 06:53:27 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-10-13 06:53:27 +0000 |
commit | b589dd6fabb9c739e395c66fc801e287091af2eb (patch) | |
tree | 16401b5f93298ae557ad96eb4727b593e151cfb3 /cpp/src/IceGrid/ServerAdapterI.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=491 (diff) | |
download | ice-b589dd6fabb9c739e395c66fc801e287091af2eb.tar.bz2 ice-b589dd6fabb9c739e395c66fc801e287091af2eb.tar.xz ice-b589dd6fabb9c739e395c66fc801e287091af2eb.zip |
Removed server id from AdapterDynamicInfo.
Diffstat (limited to 'cpp/src/IceGrid/ServerAdapterI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerAdapterI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerAdapterI.cpp b/cpp/src/IceGrid/ServerAdapterI.cpp index d7fbd7045d5..ad1593944a7 100644 --- a/cpp/src/IceGrid/ServerAdapterI.cpp +++ b/cpp/src/IceGrid/ServerAdapterI.cpp @@ -143,7 +143,6 @@ ServerAdapterI::setDirectProxy(const Ice::ObjectPrx& prx, const Ice::Current&) { AdapterDynamicInfo info; info.id = _id; - info.serverId = _serverId; info.proxy = _proxy; try { |