summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Bug_2511_Regression/test.idl
blob: 373c4ef82f04c9c2d414e3d93be000c56eb8ab88 (plain)
1
2
3
4
5
6
7
8
// $Id$

interface test
{
  void normal ();
  void exceptional ();
  void notexisting ();
};