summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-02-21 23:12:48 +0000
committerSteve Huston <shuston@riverace.com>2006-02-21 23:12:48 +0000
commit1806963bce5311b457a6ba6b485d567466fdb93b (patch)
treeedd6bde0c0963dce7cec381929ac8247882f12e3
parent805b8a63bd20f4e1a1ca26915fc8057de3c3ca3c (diff)
downloadATCD-1806963bce5311b457a6ba6b485d567466fdb93b.tar.gz
ChangeLogTag:Tue Feb 21 23:08:38 UTC 2006 Steve Huston <shuston@riverace.com>
-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