summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Database.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-03-12 21:54:43 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-03-12 21:54:43 +0100
commita8b3a74f68034679eccd00ecd3561729e8195f2d (patch)
tree25af949fdbf2046e1ddc976fd03bafd9f5513580 /cpp/src/IceGrid/Database.cpp
parentBug 3848 - Fix CC patch versions (diff)
downloadice-a8b3a74f68034679eccd00ecd3561729e8195f2d.tar.bz2
ice-a8b3a74f68034679eccd00ecd3561729e8195f2d.tar.xz
ice-a8b3a74f68034679eccd00ecd3561729e8195f2d.zip
Fixed bug 3839 - ICeGrid/replication test failure, fixed other minor issues
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r--cpp/src/IceGrid/Database.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp
index bd3674ea4c8..741462280a7 100644
--- a/cpp/src/IceGrid/Database.cpp
+++ b/cpp/src/IceGrid/Database.cpp
@@ -1638,6 +1638,10 @@ Database::finishApplicationUpdate(ServerEntrySeq& entries,
throw ex;
}
}
+ else
+ {
+ for_each(entries.begin(), entries.end(), IceUtil::voidMemFun(&ServerEntry::sync));
+ }
//
// Save the application descriptor.