summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/CPlusPlusUtil.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-02-04 22:32:11 +0000
committerMarc Laukien <marc@zeroc.com>2003-02-04 22:32:11 +0000
commit2889fba1ab291cea7f842e098e8ed160f1f5fc66 (patch)
tree381d2f1da0235a3ab3eb1ec9e042a1231ec7ef4c /cpp/src/Slice/CPlusPlusUtil.cpp
parentminor (diff)
downloadice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.tar.bz2
ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.tar.xz
ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.zip
version update; date change
Diffstat (limited to 'cpp/src/Slice/CPlusPlusUtil.cpp')
-rw-r--r--cpp/src/Slice/CPlusPlusUtil.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Slice/CPlusPlusUtil.cpp b/cpp/src/Slice/CPlusPlusUtil.cpp
index 36ed5bfb175..c66611d4ab9 100644
--- a/cpp/src/Slice/CPlusPlusUtil.cpp
+++ b/cpp/src/Slice/CPlusPlusUtil.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2002
+// Copyright (c) 2003
// ZeroC, Inc.
// Billerica, MA, USA
//
@@ -67,7 +67,7 @@ Slice::printHeader(Output& out)
static const char* header =
"// **********************************************************************\n"
"//\n"
-"// Copyright (c) 2002\n"
+"// Copyright (c) 2003\n"
"// ZeroC, Inc.\n"
"// Billerica, MA, USA\n"
"//\n"
@@ -89,7 +89,7 @@ Slice::printVersionCheck(Output& out)
{
out << "\n";
out << "\n#ifndef ICE_IGNORE_VERSION";
- out << "\n# if ICE_INT_VERSION != 0x" << hex << ICE_INT_VERSION;
+ out << "\n# if ICE_INT_VERSION != " << ICE_INT_VERSION;
out << "\n# error Ice version mismatch!";
out << "\n# endif";
out << "\n#endif";