summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkolpackov <kolpackov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-18 22:30:31 +0000
committerkolpackov <kolpackov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-18 22:30:31 +0000
commit5a3e0a09515cd911c49b87f0e1d5e2c2c82f9aab (patch)
treed10b04fe8c5ce9838ec46dbc7e98b217b9103f55
parentbe8bb0f21a93951e7c414f062ba7aab22e71752a (diff)
downloadATCD-5a3e0a09515cd911c49b87f0e1d5e2c2c82f9aab.tar.gz
""
-rw-r--r--TAO/tests/Makefile1
-rw-r--r--TAO/tests/OBV/README17
2 files changed, 18 insertions, 0 deletions
diff --git a/TAO/tests/Makefile b/TAO/tests/Makefile
index 329bb2171dc..b7d336c897d 100644
--- a/TAO/tests/Makefile
+++ b/TAO/tests/Makefile
@@ -24,6 +24,7 @@ DIRS = CDR \
MT_Server \
FL_Cube \
POA \
+ OBV \
IORManipulation \
Connection_Purging \
ORB_init \
diff --git a/TAO/tests/OBV/README b/TAO/tests/OBV/README
new file mode 100644
index 00000000000..a6796ec644d
--- /dev/null
+++ b/TAO/tests/OBV/README
@@ -0,0 +1,17 @@
+// $Id$
+
+The following TAO applications test and illustate various Object
+By Value (OBV or valuetypes) functionality and their usage scenarios.
+
+ . Any
+
+ The example tests and shows insertion/extraction/passing
+ of valuetypes inside CORBA Any type.
+
+ . Factory
+
+ The example tests OBV factory construct.
+
+ . Forward
+
+ The example tests forward declared valuetypes. \ No newline at end of file