summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/IceUtil/Config.h8
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