diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/ConnectionI.cpp | 2 | ||||
-rw-r--r-- | cpp/src/slice2cppe/Gen.cpp | 2 | ||||
-rw-r--r-- | cpp/src/slice2javae/Gen.cpp | 2 |
3 files changed, 3 insertions, 3 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. // diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp index e332eb5d6b2..562a5bf900a 100644 --- a/cpp/src/slice2cppe/Gen.cpp +++ b/cpp/src/slice2cppe/Gen.cpp @@ -3026,7 +3026,7 @@ Slice::Gen::printHeader(Output& out) static const char* header = "// **********************************************************************\n" "//\n" -"// Copyright (c) 2005-2006 ZeroC, Inc. All rights reserved.\n" +"// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n" "//\n" "// This copy of Ice-E is licensed to you under the terms described in the\n" "// ICEE_LICENSE file included in this distribution.\n" diff --git a/cpp/src/slice2javae/Gen.cpp b/cpp/src/slice2javae/Gen.cpp index c35d7bb78b1..0c7f810e86b 100644 --- a/cpp/src/slice2javae/Gen.cpp +++ b/cpp/src/slice2javae/Gen.cpp @@ -67,7 +67,7 @@ Slice::JavaEOutput::printHeader() static const char* header = "// **********************************************************************\n" "//\n" -"// Copyright (c) 2005-2006 ZeroC, Inc. All rights reserved.\n" +"// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n" "//\n" "// This copy of Ice-E is licensed to you under the terms described in the\n" "// ICEE_LICENSE file included in this distribution.\n" |