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
ACE+TAO-7_0_8
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3547_Regression
/
UDPTest.idl
blob
5ca1b3e2688cdba2a9e87000fb5174f6cbb17be6
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