summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Miop/McastPreferredInterfaces/Test.idl
blob: 32ec9db32c9d6f5be1e832a0bc7c31a1bf30e8f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

#ifndef _TEST_IDL_
#define _TEST_IDL_

module Test
{
  interface Server
  {
    oneway void shutdown ();
  };
};

#endif // _TEST_IDL_