summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/AMI_Timeouts/timeout.idl
blob: 64aa8c189c5aef70d3d898a7e823ab5c6896522f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//
// $Id$
// 

// ============================================================================
//
// = LIBRARY
//    TAO/tests/AMI_Timeouts
//
// = FILENAME
//    timeout.idl
//
// = DESCRIPTION
//    Interface of the test CORBA object.
//
// = AUTHOR
//    Michael Kircher <Michael.Kircher@mchp.siemens.de>
//
// ============================================================================


interface TimeoutObj {

  void sendTimeToWait (in long msec);

  oneway void shutdown ();
};