KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > corba > se > internal > iiop > ORB


1 /*
2  * @(#)ORB.java 1.218 04/07/27
3  *
4  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6  */

7
8 package com.sun.corba.se.internal.iiop;
9
10 /**
11  * Deprecated class for backward compatibility.
12  */

13 public class ORB extends /* 1.4 value: com.sun.corba.se.internal.corba.ORB */
14                            com.sun.corba.se.impl.orb.ORBImpl
15 {
16     public ORB()
17     {
18     super();
19     }
20 } // Class ORB
21
Popular Tags