summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/ReconnectServer/test.idl
blob: 3e16ed854f58018d282f574ea107e264d585f168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$
module Test
{
  interface Dummy
  {
    string getMessage();
  };

  interface Time
  {
    long current_time ();
    oneway void shutdown ();
  };

};