write_message(MsgType_1_1._Reply);
switch (_giopVersion)
{
case GiopVersion.VERSION_1_0:
case GiopVersion.VERSION_1_1:
ReplyHeader_1_0 rep10 = new ReplyHeader_1_0();
rep10.service_context = reply.service_context;
rep10.request_id = reply.request_id;
rep10.reply_status = reply.reply_status;
ReplyHeader_1_0Helper.write(this, rep10);
break;