//LocateStatusType_1_2, but not both. The only solution
//would be to go low-level and write directly to the
//stream
//GIOP 1.1
LocateReplyHeader_1_0 repl_hdr =
new LocateReplyHeader_1_0( request_id,
LocateStatusType_1_0.from_int( status ));
LocateReplyHeader_1_0Helper.write( this, repl_hdr );
break;