1 /* 2 * @(#)CorbaClientDelegate.java 1.6 03/12/19 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.spi.protocol; 9 10 public abstract class CorbaClientDelegate 11 extends org.omg.CORBA_2_3.portable.Delegate 12 implements com.sun.corba.se.pept.protocol.ClientDelegate 13 { 14 } 15 16 // End of file. 17