summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1813_Regression/Test.idl
blob: 4f81d103bae057c50ff18512994267cebc4e1281 (plain)
1
2
3
4
5
6
#include <orb.idl>

interface foo {
     void op () raises (CORBA::WrongTransaction);
};