KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > corba > se > internal > Interceptors > PIORB


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

8 package com.sun.corba.se.internal.Interceptors;
9
10 import com.sun.corba.se.internal.POA.POAORB;
11              
12 /**
13  * Deprecated class for backward compatibility.
14  */

15 public class PIORB
16     extends POAORB
17 {
18     public PIORB() {
19     super();
20     }
21 }
22
23 // End of file.
24

25
Popular Tags