summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Bug_2429_Regression/Parent.idl
blob: b142f1939e30afe90bf5bda982c8f763d94ef368 (plain)
1
2
3
4
5
6
7
8
// $Id$

interface Parent
{
  void parentMethod ();

  oneway void shutdown ();
};