summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AMI/Test.idl
blob: 12dc7a0df2ffd6fa079d08c9fe97e18fae37706c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * @file Test.idl
 *
 * $Id$
 *
 * @author Carlos O'Ryan <coryan@atdesk.com>
 */

module Test
{

  interface Echo
  {
    string echo_operation(in string the_input);

    void shutdown();
  };

};