Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_3163_Regression / test.idl
blob1840f6b9f32c874ccbd0169e71ed9757e2653f88
1 #include "tao/CharSeq.pidl"
3 interface ctest {
4 typedef CORBA::CharSeq UCSeq;
6 long ctestfn(in long size, out UCSeq data);
8 oneway void shutdown ();
9 };