15 typedef sequence
<ConfigValue
> ConfigValues
;
19 public unsigned long basic_data
;
23 // Valuetype with one-level truncatable inheritence.
25 valuetype TValue
: truncatable BaseValue
27 public unsigned long data
;
30 valuetype boxedLong
long;
31 valuetype boxedString
string;
44 interface ValueServer
{
45 string receive_boxedvalue
(in boxedValue b
);
46 string receive_long
(in boxedLong p1
, in boxedLong p2
);
47 string receive_string
(in boxedString s1
, in boxedString s2
);
49 string receive_list
(in Node _node
);
50 string receive_truncatable
(inout TValue v
);
51 string receive_sequence
(in ConfigValues v
);