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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
EC_Custom_Marshal
/
data.idl
blob
dc17be6fc0319a048f92f75757aa333cd31328da
1
2
module
ECM_IDLData
3
{
4
// Some simple data types to show how the Events can carry its
5
// payload in the octet sequence.
6
7
struct
Point
{
8
double
x
;
9
double
y
;
10
};
11
typedef
sequence
<
Point
>
Vector
;
12
13
struct
Info
{
14
string
mobile_name
;
15
double
mobile_speed
;
16
Vector trajectory
;
17
};
18
};