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

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