summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-04-17 15:50:45 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-04-17 15:50:45 +0000
commit2170b7da0b6bcecfe29a0df854e4d31803577039 (patch)
tree4d8459c5369230120a49cd1dcc7309041e76f90c
parent5584f5b6f46a59428fea680fa6706a20635c38a2 (diff)
downloadATCD-2170b7da0b6bcecfe29a0df854e4d31803577039.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0d6834a595..cc1d1fe5b66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,17 @@ Thu Apr 17 08:23:19 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
ACE_NS_WString. The latter only works for platforms with 16 bit
wide characters.
+ * ace/Name_Request_Reply.h:
+
+ No need to include "ace/Time_Value.h" and "ace/SString.h". The
+ latter isn't need at all, and a forward declaration for
+ ACE_Time_Value is sufficient.
+
+ * ace/Name_Request_Reply.cpp:
+
+ Include "ace/Time_Value.h" to pull in ACE_Time_Value class
+ declaration.
+
Thu Apr 17 13:26:23 2003 Simon McQueen <sm@prismtechnologies.com>
* bin/MakeProjectCreator/configmessaging_only.mpb: