1. /*
  2. * @(#)ORB.java 1.218 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. package com.sun.corba.se.internal.iiop;
  8. /**
  9. * Deprecated class for backward compatibility.
  10. */
  11. public class ORB extends /* 1.4 value: com.sun.corba.se.internal.corba.ORB */
  12. com.sun.corba.se.impl.orb.ORBImpl
  13. {
  14. public ORB()
  15. {
  16. super();
  17. }
  18. } // Class ORB