summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-19 12:26:23 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-19 12:26:23 +0000
commitff8aff1c45623ad74cc95b4ba2e7cba570be1606 (patch)
tree352f2c670e094db60fcffd8c0bb398c8eee7627e
parent6fa62d7ee51f1883dcbac8acf3ea2761503d6506 (diff)
downloadATCD-ff8aff1c45623ad74cc95b4ba2e7cba570be1606.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c44
1 files changed, 25 insertions, 19 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index a730e03d78d..a352e492e65 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,29 +1,35 @@
+Fri Jun 19 07:25:41 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Concurrency/CC_Lock.cpp (Next): removed
+ break following a TAO_THROW to avoid compiler warning about
+ unreachable statement.
+
Thu Jun 18 18:33:34 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tao/GIOP.cpp:
- Added a few more Timeprobes to the client side.
- Removed another memory allocation by using a buffer on the stack
- for the (initial) output CDR stream.
+ * tao/GIOP.cpp:
+ Added a few more Timeprobes to the client side.
+ Removed another memory allocation by using a buffer on the stack
+ for the (initial) output CDR stream.
- * tao/ORB.cpp:
- No automatic printing of Timeprobes in the ORB anymore. The
- application is responsible of invoking the ACE_TIMEPROBE_PRINT
- macro as needed.
+ * tao/ORB.cpp:
+ No automatic printing of Timeprobes in the ORB anymore. The
+ application is responsible of invoking the ACE_TIMEPROBE_PRINT
+ macro as needed.
- * tao/IIOP_Object.cpp:
- Added more Timeprobes.
+ * tao/IIOP_Object.cpp:
+ Added more Timeprobes.
- * tests/POA/Generic_Servant/Foo.idl:
- * tests/POA/Generic_Servant/MyFooServant.h:
- * tests/POA/Generic_Servant/MyFooServant.cpp:
- Added methods to request a shutdown of the server.
+ * tests/POA/Generic_Servant/Foo.idl:
+ * tests/POA/Generic_Servant/MyFooServant.h:
+ * tests/POA/Generic_Servant/MyFooServant.cpp:
+ Added methods to request a shutdown of the server.
- * tests/POA/Generic_Servant/client.cpp:
- Added an option (-x) to shutdown the server. Also added support
- for Timeprobe.
+ * tests/POA/Generic_Servant/client.cpp:
+ Added an option (-x) to shutdown the server. Also added support
+ for Timeprobe.
- * tests/POA/Explicit_Activation/server.cpp:
- Print the timeprobes at exit.
+ * tests/POA/Explicit_Activation/server.cpp:
+ Print the timeprobes at exit.
Thu Jun 18 14:17:35 1998 Seth Benjamin Widoff <sbw1@waltz.cs.wustl.edu>