160161162163164165166167
public GIOPVersion getGIOPVersion() { return GIOPVersion.V1_2; } public Version getIIOPVersion() { GIOPVersion v = getGIOPVersion(); return new Version((byte) v.major, (byte) v.minor); }