summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Timeout/test.idl
blob: 5481e3f26f062bff563b59050e05943843c684b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
// $Id$
//

interface Simple_Server {

  /// Returns <x>, but sleep for <msecs> milliseconds before returning
  long echo (in long x, in long msecs);

  /// Shutdown the ORB
  oneway void shutdown ();
};