summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjp4 <jp4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-09 05:54:52 +0000
committerjp4 <jp4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-09 05:54:52 +0000
commit56591a7d4b30f2e72e35165eacbd83c6a0091cea (patch)
tree4c710321280f991181efc7f746101e6a81db9d44
parent704d07cc8694e12179a97d4c9e17193435820815 (diff)
downloadATCD-56591a7d4b30f2e72e35165eacbd83c6a0091cea.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c37
1 files changed, 37 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 14700861287..fc103a290f6 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,40 @@
+Sun Aug 9 000:45:55 1998 Jeff Parsons <jp4@cs.wustl.edu>
+
+ * Param_Test/client.dsp:
+
+ Added a missing header file to FileView and created separate
+ client and server directories under Debug\ so separate .pdb
+ files can be kept for client and server projects.
+
+ * Param_Test/ub_any_seq.{h,cpp}:
+
+ DII test now works and is CORBA-compliant.
+
+ * Param_Test/any.cpp:
+ * Param_Test/bd_long_seq.cpp:
+ * Param_Test/bd_short_seq.cpp:
+ * Param_Test/bd_str_seq.cpp:
+ * Param_Test/bd_struct_seq.cpp:
+ * Param_Test/client.cpp:
+ * Param_Test/driver,{h,cpp}:
+ * Param_Test/fixed_array.cpp:
+ * Param_Test/fixed_struct.cpp:
+ * Param_Test/nested_struct.cpp:
+ * Param_Test/objref.cpp:
+ * Param_Test/short.{h,cpp}:
+ * Param_Test/typecode.cpp:
+ * Param_Test/ub_long_seq.cpp:
+ * Param_Test/ub_objref_seq.cpp:
+ * Param_Test/ub_short_seq.cpp:
+ * Param_Test/ub_str_seq.cpp:
+ * Param_Test/ub_string.cpp:
+ * Param_Test/ub_struct_seq.cpp:
+ * Param_Test/var_array.cpp:
+ * Param_Test/var_struct.cpp:
+
+ Made cosmetic changes to the code.
+
+
Sat Aug 8 22:47:22 1998 Jeff Parsons <jp4@cs.wustl.edu>
* Param_Test/fixed_array.{h,cpp}: