summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/Bug_2350_Regression.idl
blob: 1a24b054a21329b82b5ded5f90dfed48aabfb551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

exception something
{
};

struct _user_ExceptionHolder
{
  long a;
};

interface Bug_2350_Regression
{
  void Bug_2350_Regression_excep(in _user_ExceptionHolder a)
         raises(something);
};