summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ace/OS_NS_time.cpp1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ac8c26943e..f3906871db2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 21 23:08:38 UTC 2006 Steve Huston <shuston@riverace.com>
+
+ * ace/OS_NS_time.cpp: Add missing close brace for blank namespace
+ in ACE_HAS_WINCE case.
+
Tue Feb 21 20:20:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* protocols/ace/TMCast/MTQueue.hpp:
diff --git a/ace/OS_NS_time.cpp b/ace/OS_NS_time.cpp
index 4db08ba9faa..70b783c7fac 100644
--- a/ace/OS_NS_time.cpp
+++ b/ace/OS_NS_time.cpp
@@ -48,6 +48,7 @@ namespace
};
static ACE_TCHAR const ACE_OS_CTIME_R_FMTSTR[] = ACE_LIB_TEXT ("%3s %3s %02d %02d:%02d:%02d %04d\n");
+} /* end blank namespace */
#endif /* ACE_HAS_WINCE */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL