Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / EC_Custom_Marshal / data.idl
blobdc17be6fc0319a048f92f75757aa333cd31328da
2 module ECM_IDLData
4 // Some simple data types to show how the Events can carry its
5 // payload in the octet sequence.
7 struct Point {
8 double x;
9 double y;
11 typedef sequence<Point> Vector;
13 struct Info {
14 string mobile_name;
15 double mobile_speed;
16 Vector trajectory;