summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-10 19:39:10 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-10 19:39:10 +0000
commitcf3d7d8ce59ba17ca299c09310ab94979f8ee23b (patch)
tree95b5e4174a286a59d27762d4b234d0ecfd8f91ed
parent16e689897248e5aaa19883b299371717acf86e14 (diff)
downloadATCD-cf3d7d8ce59ba17ca299c09310ab94979f8ee23b.tar.gz
ChangeLogTag: Thu Dec 10 19:38:04 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--modules/TAO/ChangeLog6
-rw-r--r--modules/TAO/tests/Param_Test/README10
2 files changed, 16 insertions, 0 deletions
diff --git a/modules/TAO/ChangeLog b/modules/TAO/ChangeLog
index 940b572482a..f5281a4ad5f 100644
--- a/modules/TAO/ChangeLog
+++ b/modules/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Dec 10 19:38:04 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tests/Param_Test/README:
+
+ More info added.
+
Thu Dec 10 19:27:17 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
* tests/Param_Test/param_testC.cpp:
diff --git a/modules/TAO/tests/Param_Test/README b/modules/TAO/tests/Param_Test/README
index f76ce5602e2..36be2c53ec9 100644
--- a/modules/TAO/tests/Param_Test/README
+++ b/modules/TAO/tests/Param_Test/README
@@ -18,6 +18,16 @@
// To test the modified data types, use the options '-t ubstring' or
// '-t ub_long_sequence'. All other options work as usual.
//
+// Alternate versions of the CDR insertion and extraction operators were
+// added, and the appropriate Arg_Traits<> declarations made at the top
+// of Param_TestC.cpp. The arg traits specializations are then used in
+// the stub code, which is not otherwise modified at all.
+// Since the arg traits template classes (in the ORB) are also parameterized
+// with an Any insert policy (for interceptors), dummy Any insertion and
+// extraction operators had to be added for the std::* types as well.
+// Since these operators are currently no-ops, the DII tests of the
+// data types in question have been disabled.
+//
// One final note, the MPC file for this test has been modified to remove
// the IDL processing step, since the generated stub files have been
// modified by hand. Since these generated files have been added to the