diff options
author | kolpackov <kolpackov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-18 22:30:31 +0000 |
---|---|---|
committer | kolpackov <kolpackov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-18 22:30:31 +0000 |
commit | bd8a7b66b6e94252df609596f7667570e18de9b1 (patch) | |
tree | d10b04fe8c5ce9838ec46dbc7e98b217b9103f55 /TAO/tests | |
parent | 4969666c4627f563f23c7f7b838184be15f092f8 (diff) | |
download | ATCD-bd8a7b66b6e94252df609596f7667570e18de9b1.tar.gz |
""
Diffstat (limited to 'TAO/tests')
-rw-r--r-- | TAO/tests/Makefile | 1 | ||||
-rw-r--r-- | TAO/tests/OBV/README | 17 |
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 |