summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1813_Regression/Test.idl
blob: 2b47d41dd973e8ea71711a7c2ab40679f6516589 (plain)
1
2
3
4
5
6
7
8
// $Id$

#include <orb.idl>

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