summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3674_Regression/test.idl
blob: 09e9fd73d76788a1ed82b2be1e5cd0f364cf34e7 (plain)
1
2
3
4
5
6
7
// $Id$

interface testInterface
{
  void firstCalling ();
  void secondCalling ();
};