diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-09-15 12:15:25 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-09-15 12:15:25 +0000 |
commit | 4947b6439a8c64150c3d2c91e0fd1f783aa08322 (patch) | |
tree | 312a3c60423492561507bf84afec0250d1440604 /cpp/src/IceGrid/ServerCache.cpp | |
parent | fix Makefile. (diff) | |
download | ice-4947b6439a8c64150c3d2c91e0fd1f783aa08322.tar.bz2 ice-4947b6439a8c64150c3d2c91e0fd1f783aa08322.tar.xz ice-4947b6439a8c64150c3d2c91e0fd1f783aa08322.zip |
Code cleanup
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/cpp/src/IceGrid/ServerCache.cpp b/cpp/src/IceGrid/ServerCache.cpp index d76972f32f0..333aa7f34a0 100644 --- a/cpp/src/IceGrid/ServerCache.cpp +++ b/cpp/src/IceGrid/ServerCache.cpp @@ -278,23 +278,6 @@ ServerEntry::updateRevision(int revision) assert(false); } } - - // - // TODO: XXX: Also update the revision on the node is the server - // is loaded? That's not strictly necessary... (and doing this - // here might not be a good idea since this is called with the - // database locked.) - // -// if(proxy) -// { -// try -// { -// proxy->updateRevision(uuid, revision); -// } -// catch(const Ice::LocalException&) -// { -// } -// } } void |