diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-10-22 10:24:53 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-10-22 10:24:53 -0230 |
commit | 7e8dab5ddd33165ec1c723b33aadf3dd44d6c565 (patch) | |
tree | 6715d8ad8e0855a05300fa0a042272e735d33c1d /cpp/src | |
parent | Fixed bug 4175 - added char*const argv[] main overload (diff) | |
download | ice-7e8dab5ddd33165ec1c723b33aadf3dd44d6c565.tar.bz2 ice-7e8dab5ddd33165ec1c723b33aadf3dd44d6c565.tar.xz ice-7e8dab5ddd33165ec1c723b33aadf3dd44d6c565.zip |
Bug 4198 - chat demo does not deal with Glacier2 crashing
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Glacier2/SessionRouterI.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Glacier2/SessionRouterI.cpp b/cpp/src/Glacier2/SessionRouterI.cpp index de70d7dd4b2..2bb6c718946 100644 --- a/cpp/src/Glacier2/SessionRouterI.cpp +++ b/cpp/src/Glacier2/SessionRouterI.cpp @@ -942,6 +942,8 @@ Glacier2::SessionRouterI::refreshSession(const Ice::Current& current) throw SessionNotExistException(); } router->updateTimestamp(); + + // XXX - TODO ping session async when new async mapping available! } void |