summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-05-11 23:54:45 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-05-11 23:54:45 +0000
commitab025870cf621cf6d5df6f64abb23201baff257a (patch)
tree8c9b698ae8861d4a34649970dc0e1f0b54716b50
parent559e2e313d1e37b1d3a151d749ac44830aad8b34 (diff)
downloadATCD-ab025870cf621cf6d5df6f64abb23201baff257a.tar.gz
.
-rw-r--r--TAO/ChangeLog-99c22
1 files changed, 10 insertions, 12 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 67e0148fa3a..7c6024fa88e 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -7,21 +7,19 @@ Tue May 11 18:06:40 1999 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/Services.i (New file)
* tao/Services.cpp (New file)
* tao/Services.h (New file): Addition of new data types that we
- had not and which is being carefully looked for by the test suite
- from Open Group. The data types added include ServiceType,
- ServiceDetailType, ServiceOption, ServiceDetail,
- ServiceInformation. The defintions come from vide. CORBA 2.2 spec,
- chapter4, pg-4.2. The above data types have been tested on SunCC &
- Linux_EGCS with some test cases in TAO liek Param_Test. They
- compiled clena and ran without any errors.
-
+ did not have and which is carefully checked for by the test
+ suite from Open Group. The data types added include ServiceType,
+ ServiceDetailType, ServiceOption, ServiceDetail,
+ ServiceInformation. The defintions come from CORBA 2.2 spec,
+ chapter4, pg-4.2. The above data types have been tested on SunCC
+ & Linux_EGCS with some test cases in TAO liek Param_Test. They
+ compiled clean and ran without any errors.
Tue May 11 17:47:30 1999 Jeff Parsons <parsons@cs.wustl.edu>
- * tao/append.cpp:
- Fixed a case (wchar) of TAO_Marshal_Union::append
- that Andy had marked as TODO and eliminated another
- shaky call to Any::value().
+ * tao/append.cpp: Fixed a case (wchar) of
+ TAO_Marshal_Union::append that Andy had marked as TODO and
+ eliminated another shaky call to Any::value().
Tue May 11 17:19:30 1999 Carlos O'Ryan <coryan@cs.wustl.edu>