summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 18:46:51 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 18:46:51 +0000
commitedbc25c1da1104499a847cad50c8d3cd265ef51f (patch)
treea75d5cdb00577b4841dc0dcbd341731548c8f4b5
parent44c2039e5f43490f0ec02cf80e94f2f87de4f9f5 (diff)
downloadATCD-edbc25c1da1104499a847cad50c8d3cd265ef51f.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c14
1 files changed, 13 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index d145394dbef..aeeea81bdcb 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,15 @@
+Tue May 11 13:45:00 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/WrongTransactionC.{h,cpp}:
+ * tao/corbafwd.h:
+ * tao/Typecode_Constants.cpp:
+ Added WrongTransaction exception. It applies to Requests
+ so it is not part of minimum CORBA. Also, while the spec
+ does not say so explicitly, it seems to be thrown only
+ on the client side, so only that part of the generated
+ code is here. If this turns out not to be the case,
+ server side code will have to be added.
+
Tue May 11 13:25:40 1999 David L. Levine <levine@cs.wustl.edu>
* performance-tests/Cubit/TAO/IDL_Cubit/{server.dsp,client.dsp}:
@@ -9,7 +21,7 @@ Tue May 11 12:30:45 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/include/AST_Expression.h:
Backed out the change I made yesterday. Not an
important change by itself, but one day we'll have
- to overhaul all the basic type stuff in the IDl
+ to overhaul all the basic type stuff in the IDL
compiler.
Tue May 11 11:03:16 1999 David L. Levine <levine@cs.wustl.edu>