1. /*
  2. * @(#)ORBSingleton.java 1.3 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.corba;
  8. /**
  9. *
  10. * Deprecated class for backward compatibility.
  11. */
  12. public class ORBSingleton extends com.sun.corba.se.impl.orb.ORBSingleton
  13. {
  14. public ORBSingleton()
  15. {
  16. super();
  17. }
  18. }
  19. // End of file.