KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > gcc > org > omg > GIOP > LocateReplyHeader_1_2


1 package gcc.org.omg.GIOP;
2
3
4 /**
5 * gcc/org/omg/GIOP/LocateReplyHeader_1_2.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.1"
7 * from ../idl/GIOP.idl
8 * Wednesday, December 8, 2004 11:54:40 AM EST
9 */

10
11 public final class LocateReplyHeader_1_2 implements org.omg.CORBA.portable.IDLEntity JavaDoc
12 {
13   public int request_id = (int)0;
14   public gcc.org.omg.GIOP.LocateStatusType_1_2 locate_status = null;
15
16   public LocateReplyHeader_1_2 ()
17   {
18   } // ctor
19

20   public LocateReplyHeader_1_2 (int _request_id, gcc.org.omg.GIOP.LocateStatusType_1_2 _locate_status)
21   {
22     request_id = _request_id;
23     locate_status = _locate_status;
24   } // ctor
25

26 } // class LocateReplyHeader_1_2
27
Popular Tags