out.println ("RTCORBA::PRIORITY_BANDED_CONNECTION");
val = is.read_long ();
for (i = 0; i < val; i++)
{
low = is.read_short ();
high = is.read_short ();
out.println ("\t\t\tBand " + i + ": " + low + "-" + high);
}
break;
}
case PRIORITY_MODEL_POLICY_TYPE.value: