summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Bug_2511_Regression/test.idl
blob: 5f6b89393a9ca770a0fae0a36f373144aa17838e (plain)
1
2
3
4
5
6
interface test
{
  void normal ();
  void exceptional ();
  void notexisting ();
};