summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/Bug_2350_Regression.idl
blob: 9e9836ac7a4fe5bad70b8d17953340df3c1ccecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
exception something
{
};

struct _user_ExceptionHolder
{
  long a;
};

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