blob: a6796ec644ddc53014b914582ee94df2486156da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.
|