summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Bug_3444_Regression/Test.idl
blob: b471add6becb73bb416caf6d191bf9c9fbcd96a6 (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_