diff options
author | Marc Laukien <marc@zeroc.com> | 2003-02-04 22:31:45 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-02-04 22:31:45 +0000 |
commit | 9cf453da46fe59d5054c746e49a86281263ed97e (patch) | |
tree | 3560f173592c4e966f7f4240319c9cbb0cc529b2 /cpp | |
parent | version update; date change (diff) | |
download | ice-9cf453da46fe59d5054c746e49a86281263ed97e.tar.bz2 ice-9cf453da46fe59d5054c746e49a86281263ed97e.tar.xz ice-9cf453da46fe59d5054c746e49a86281263ed97e.zip |
minor
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/include/IceUtil/Config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h index 2c31e3b51e2..859a36db279 100644 --- a/cpp/include/IceUtil/Config.h +++ b/cpp/include/IceUtil/Config.h @@ -75,7 +75,7 @@ #endif // -// Some include files we need almost everywhere +// Some include files we need almost everywhere. // #include <cassert> #include <iostream> @@ -90,7 +90,7 @@ #endif // -// By deriving from this class, other classes are made non-copyable +// By deriving from this class, other classes are made non-copyable. // namespace IceUtil { @@ -115,7 +115,7 @@ private: }; // -// Some definitions for 64-bit integers +// Some definitions for 64-bit integers. // #if defined(_WIN32) typedef __int64 Int64; @@ -130,7 +130,7 @@ const Int64 Int64Max = 0x7fffffffffffffffLL; } // -// The Ice version +// The Ice version. // #define ICE_STRING_VERSION "1.0.0" // "A.B.C", with A=major, B=minor, C=patch #define ICE_INT_VERSION 10000 // AABBCC, with AA=major, BB=minor, CC=patch |