001    package org.omg.GIOP;
002    
003    
004    /**
005    * org/omg/GIOP/ReplyHeader_1_0.java .
006    * Generated by the IDL-to-Java compiler (portable), version "3.2"
007    * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/GIOP.idl
008    * Monday, June 18, 2012 10:36:15 AM CEST
009    */
010    
011    public final class ReplyHeader_1_0 implements org.omg.CORBA.portable.IDLEntity
012    {
013    
014      // Renamed from ReplyHeader
015      public org.omg.IOP.ServiceContext service_context[] = null;
016      public int request_id = (int)0;
017      public org.omg.GIOP.ReplyStatusType_1_2 reply_status = null;
018    
019      public ReplyHeader_1_0 ()
020      {
021      } // ctor
022    
023      public ReplyHeader_1_0 (org.omg.IOP.ServiceContext[] _service_context, int _request_id, org.omg.GIOP.ReplyStatusType_1_2 _reply_status)
024      {
025        service_context = _service_context;
026        request_id = _request_id;
027        reply_status = _reply_status;
028      } // ctor
029    
030    } // class ReplyHeader_1_0