summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2709_Regression/Test.idl
blob: 57202e9372e7b852c0f7fd0177f67ca1d75852c9 (plain)
1
2
3
4
5
6
7
8
// $Id$
// Just need this for standard includes - contents irrelevent.

interface Test
{
  void myMethod ();
  void shutdown ();
};