summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FaultTolerance/Replay_Reply/test.idl
blob: edb742e21eff59dfffe7c251801f983f4a422364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- IDL -*-
//$Id$
module Replay_Reply
{
  const unsigned long SPECIFIC_CONTEXT = 1070;
  
  struct tagged_component
  {
    long id;
  };

  interface test
  {
    /// A simple test operation
    short number (inout string m);

    oneway void shutdown ();
  };

};