summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-10 04:16:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-04-10 04:16:48 +0000
commitd4dd110dad9a3f3d538cefc9f745536443fd8150 (patch)
tree0c4775c3aca06f02cbff2be5d4c408252f084759
parentef142be1132433210727ffbb1f9ce4f891ceb9b1 (diff)
downloadATCD-d4dd110dad9a3f3d538cefc9f745536443fd8150.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c56
1 files changed, 28 insertions, 28 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 8044ad5a7a5..3fcf37a4e2d 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,10 @@
+Thu Apr 9 21:57:52 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * tao/Operation_Table: Added an additional parameter to the
+ TAO_Dynamic_Hash_OpTable constructor so that we can pass in the
+ ACE_Static_Allocator_Base. Also, changed the code to use the
+ base/member initialization section, which is more efficient.
+
Thu Apr 9 22:53:21 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
* TAO_IDL/be/be_interface.cpp: We now use the
@@ -5,34 +12,6 @@ Thu Apr 9 22:53:21 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
Dynamic Operation Hash Table. Using this approach will finally
solve the seg faults in the static destructors.
-Thu Apr 9 20:15:41 1998 Nagarajan Surendran <naga@tango.cs.wustl.edu>
-
- * orbsvcs/Naming_Service/Naming_Service.cpp (init): Added code to
- recognize the -o option to output the Naming Service ior to a file
- to avoid setting the NameService env. variable when multiple
- naming services are running.
-
-Thu Apr 9 20:14:04 1998 Nagarajan Surendran <naga@tango.cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Naming/Naming_Utils.cpp: Added a
- naming_service_ior () method to return the ior of the Naming
- Service.
-
-Thu Apr 9 19:25:44 1998 Michael Kircher <mk1@cs.wustl.edu>
-
- * orbsvcs/tests/Simulator/DOVEBrowser/PushConsumer.java,
- orbsvcs/tests/Simulator/DOVEMIB/DOVEMIB.cpp.
- orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.cpp:
- Had to conform to the new RtecScheduler.set ( ..) method,
- some parameters were added.
-
-Thu Apr 9 15:55:44 1998 Michael Kircher <mk1@cs.wustl.edu>
-
- * docs/releasenotes/index.html: Enhanced description of the DOVE
- demo.
-
-Thu Apr 9 14:22:44 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
-
* TAO_IDL/be/{be_visitor_args, be_visitor_array, be_visitor_field,
be_visitor_exception, be_visitor_operation, be_visitor_typedef,
be_visitor_union, be_visitor_union_branch}.cpp: The visit_typedef
@@ -58,6 +37,27 @@ Thu Apr 9 14:22:44 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
generate code that says "Y long_field;" rather than "long
long_field;". This is now fixed.
+Thu Apr 9 20:15:41 1998 Nagarajan Surendran <naga@tango.cs.wustl.edu>
+
+ * orbsvcs/Naming_Service/Naming_Service.cpp (init): Added code to
+ recognize the -o option to output the Naming Service ior to a file
+ to avoid setting the NameService env. variable when multiple
+ naming services are running.
+
+ * orbsvcs/orbsvcs/Naming/Naming_Utils.cpp: Added a
+ naming_service_ior () method to return the ior of the Naming
+ Service.
+
+Thu Apr 9 19:25:44 1998 Michael Kircher <mk1@cs.wustl.edu>
+
+ * orbsvcs/tests/Simulator/DOVEBrowser/PushConsumer.java,
+ orbsvcs/tests/Simulator/DOVEMIB/DOVEMIB.cpp.
+ orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.cpp:
+ Had to conform to the new RtecScheduler.set ( ..) method,
+ some parameters were added.
+
+ * docs/releasenotes/index.html: Enhanced description of the DOVE
+
Thu Apr 9 10:07:34 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/orbsvcs/Time_Utilities.i: