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. package com.sun.corba.se.spi.protocol;
  8. public abstract class CorbaClientDelegate
  9. extends org.omg.CORBA_2_3.portable.Delegate
  10. implements com.sun.corba.se.pept.protocol.ClientDelegate
  11. {
  12. }
  13. // End of file.