KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > corba > se > internal > POA > POAORB


1 /*
2  * @(#)POAORB.java 1.118 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.POA;
9
10 /**
11  * Deprecated class for backward compatibility.
12  */

13 public class POAORB extends com.sun.corba.se.internal.iiop.ORB
14 {
15     public POAORB( )
16     {
17     super();
18     }
19 }
20
Popular Tags