3 //=============================================================================
7 * "test" IDL interface for the CORBA_MARSHALL exception with sequence<octed>
8 * as inout parameters (bug#1254).
10 * @author Kees van Marle <kvmarle@ermedy.nl>
12 //=============================================================================
15 typedef sequence
<octet
> BlobType1
;
16 typedef sequence
<octet
> BlobType2
;
20 void test
(inout BlobType1 blob1
, inout BlobType2 blob2
);
22 /// A method to shutdown the ORB
24 * This method is used to simplify the test shutdown process
26 oneway
void shutdown
();