summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Miop/McastPreferredInterfaces/Test.idl
blob: acb2b6a1aea4873e0e0e986f21b2362d715b2f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _TEST_IDL_
#define _TEST_IDL_

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

#endif // _TEST_IDL_