blob: e7759a0d5f7586a5bb9bcc724bed4dc3aab8e30c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $Id$
Description:
This is a simple test for AMI callback model in combination with
timeouts (relative roundtrip timeout policy).
Note:
Use TAO_HAS_CORBA_MESSAGING
and TAO_HAS_AMI_CALLBACK
to compile TAO. This enables the AMI code in it.
Use -GC on the TAO IDL compiler to generate code for AMI callbacks.
Usage:
=====
$ server -o ior
$ client -k file://ior
|