=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / examples / AMI / FL_Callback / README
blobffd22e7377f5813571efaeaedccf3eb88dae4943
3         A demo of the AMI callback model, using the FL toolkit for the
4 GUI components.
6         Run as:
8 $ ./progress -p 4 -i 10000
9 $ ./peer -n 1 -t 10000 -ORBSvcConf peer.conf
10 $ ./peer -n 2 -t 10000 -ORBSvcConf peer.conf
11 $ ./peer -n 4 -t 10000 -ORBSvcConf peer.conf
12 $ ./peer -n 8 -t 10000 -ORBSvcConf peer.conf
14         then press "start" in the progress window.
16 Notes:
17 - Compile TAO with TAO_HAS_CORBA_MESSAGING and TAO_HAS_AMI_CALLBACK
18   defined.
20 - Use the switch -GC on the TAO IDL compiler to generate AMI stubs.