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. import com.sun.corba.se.internal.POA.POAORB;
  10. /**
  11. * Deprecated class for backward compatibility.
  12. */
  13. public class PIORB
  14. extends POAORB
  15. {
  16. public PIORB() {
  17. super();
  18. }
  19. }
  20. // End of file.