DoubleHolder a_double = new DoubleHolder();
int result = passSimple(an_octet, a_long, a_short, a_string, a_double);
out = rh.createReply();
out.write_long(result);
out.write_octet(an_octet.value);
out.write_short(a_short.value);
out.write_string(a_string.value);
out.write_double(a_double.value);
}
else
/* Passes the 'wide' (usually Unicode) string and the ordinary string. */