summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-19 19:04:16 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-19 19:04:16 +0000
commitb9a7244eae2d74b173132032aae504fca84eb202 (patch)
treee90fdb256e0d6ff22a2a01ae3cccb43e210710b6 /ChangeLog
parent5f46bb2218bacdd42c729f26ff689185731c455f (diff)
downloadATCD-b9a7244eae2d74b173132032aae504fca84eb202.tar.gz
ChangeLogTag:Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12bff6436d6..e8b171f8469 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+Sat Jul 19 18:38:50 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * docs/ACE-guidelines.html:
+ Added comment that adding "/**/" between the #include and the
+ file name prevents Doxygen from including the file in the file
+ reference tree graphs, and should be used with pre.h and
+ post.h--which makes the large ones much easier to understand.
+
+ * ace/*.h:
+ * ace/CLASSIX/*.h:
+ * ace/QoS/*.h:
+ * ace/RMCast/*.h:
+ * ace/SSL/*.h:
+ * ace/os_include/*.h:
+ * ace/os_include/arpa/*.h:
+ * ace/os_include/net/*.h:
+ * ace/os_include/netinet/*.h:
+ * ace/os_include/sys/*.h:
+ * performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h:
+ * performance-tests/Server_Concurrency/Queue_Based_Workers/RT_CORBA_Workers.h:
+ * tests/Service_Config_DLL.h:
+ Added "/**/" between the #include and filename for pre.h and
+ post.h so Doxygen won't include them in the file reference tree
+ graphs.
+
Fri Jul 18 17:58:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Asynch_IO.h: