summaryrefslogtreecommitdiff
path: root/TAO/tests/UNKNOWN_Exception/test.idl
blob: 8502c8d5cd8c7552254b948f3ce0ea402d2ade80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// $Id$
//


interface test
{
  void normal_method ();
  void unknown_exception_in_method ();
  void unknown_exception_during_deactivation ();
};

interface test_factory
{
  test create_test ();
  void shutdown ();
};