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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
OBV
/
Any
/
README
blob
2cc9a83e54ae8e663737c065b254dbd95e563430
1
/**
2
3
4
5
@page OBV/Any Test README File
6
7
This is a very simple test to show and verify basic OBV-and-Any
8
functionality.
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
*/