diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-06 13:17:28 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-06 13:17:28 +0000 |
commit | e1399a9442c2840cf7a03388eb9ffa7f5cf0ff45 (patch) | |
tree | 617a5cb7a245b3d52508a4aee3d89d1931a0140c /cpp/src/Ice/ConnectionI.cpp | |
parent | Updated copyright (diff) | |
download | ice-e1399a9442c2840cf7a03388eb9ffa7f5cf0ff45.tar.bz2 ice-e1399a9442c2840cf7a03388eb9ffa7f5cf0ff45.tar.xz ice-e1399a9442c2840cf7a03388eb9ffa7f5cf0ff45.zip |
Updated copyright
Diffstat (limited to 'cpp/src/Ice/ConnectionI.cpp')
-rw-r--r-- | cpp/src/Ice/ConnectionI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionI.cpp b/cpp/src/Ice/ConnectionI.cpp index 6ad509be2b0..bf7904e5023 100644 --- a/cpp/src/Ice/ConnectionI.cpp +++ b/cpp/src/Ice/ConnectionI.cpp @@ -498,7 +498,7 @@ Ice::ConnectionI::sendRequest(BasicStream* os, Outgoing* out, bool compress) if(_exception.get()) { // - // If the exception is closed before we even have a chance + // If the connection is closed before we even have a chance // to send our request, we always try to send the request // again. // |