00001 // This file defines the descr structure 00002 // of the Controlled library.00003
00004 module ControlledLib
00005 {
00006struct ControlledDescr00007 {
00008unsignedlongllen; // totale size to be received00009 sequence<long> lens; // fragment length00010 };
00011 };
00012
00013