repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
OBV
/
Forward
/
README
blob
0df5294a27451ec54bdf104a065d006bb5057ad7
1
/**
2
3
4
5
@page OBV/Forward Test README File
6
7
This is a very simple test to show and verify
8
forward declaration of valuetypes.
9
10
To run the test either use the run_test.pl script:
11
12
$ ./run_test.pl
13
14
or start the client and the server manually:
15
16
$ server -o ior
17
$ client -k file://ior
18
19
20
*/