summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-17 04:23:08 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-17 04:23:08 +0000
commit5131a25a9e8d66b9e73124d1d5f6f6afc01cda2e (patch)
treebf616b89317622e64d8b0eee7bb91dd47d7f0553
parent4baf38f7f8d2bbe6747c9b2f573eafa19daa1ef4 (diff)
downloadATCD-5131a25a9e8d66b9e73124d1d5f6f6afc01cda2e.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b15
1 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 4da804d3d0a..3a8cbf2fa1f 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -6,6 +6,17 @@ Fri Oct 16 23:16:30 1998 David L. Levine <levine@cs.wustl.edu>
Fri Oct 16 15:45:08 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+ * ace/Service_Config: Added a new method called
+ init_svc_conf_file_queue() that will properly initialize the new
+ queue containing the list of svc.conf files.
+
+ * ace/Service_Config: Added a return value to parse_args() to make
+ sure we do a sanity check...
+
+ * ace: Replaced all #if !defined (ACE_FOO_H) with #ifndef
+ ACE_FOO_H since many C++ preprocessors can recognize this idiom
+ and optimize for it.
+
* ace/Service_Config.cpp (parse_args): Modified the -S option to
enqueue the directives in FIFO order rather than in LIFO order.
It's more intuitive to process them in the order they are
@@ -17,10 +28,6 @@ Fri Oct 16 15:45:08 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Thanks to David O'Farrell <dave.ofarrell@aersoft.ie> for
suggesting this.
- * ace: Replaced all #if !defined (ACE_FOO_H) with #ifndef
- ACE_FOO_H since many C++ preprocessors can recognize this idiom
- and optimize for it.
-
* tests/Upgradable_RW_Test.cpp: Revised the programming style ;-).
* tests/Map_Manager_Test.cpp: Replaced all uses of postfix ++