repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3163_Regression
/
test.idl
blob
1840f6b9f32c874ccbd0169e71ed9757e2653f88
1
#include
"tao/CharSeq.pidl"
2
3
interface
ctest
{
4
typedef
CORBA
::
CharSeq UCSeq
;
5
6
long
ctestfn
(
in long
size
,
out
UCSeq data
);
7
8
oneway
void
shutdown
();
9
};