summaryrefslogtreecommitdiff
path: root/TAO/tests/Var_Deref/README.txt
blob: 2f6afd2fc07e804ba28119c73fd671ea558987e2 (plain)
1
2
3
4
5
6
7
8
$Id$

This test is intended to demonstrate that Var types can be
dereferenced to the pointer type using a casting operation.

This behavior is dangerous in that the reference count is not
increased by extracting the pointer, thus using for anything more than
simple status testing should not be done.