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 #2218 from jwillemsen/jwi-pthreadsigmask
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3547_Regression
/
UDPTest.idl
blob
507eb6724fec44948df1e5526125e03d5f313d7c
1
#ifndef _COMMON_UDPTEST_IDL_
2
#define _COMMON_UDPTEST_IDL_
3
4
interface
UDPTestI
5
{
6
typedef
octet BufferT
[
1000
] ;
7
8
oneway
void
send
(
in
BufferT Msg
);
9
};
10
11
12
#endif