/*
 * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
 * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 */

package com.sun.corba.se.internal.corba;

/**
 *
 * Deprecated class for backward compatibility.
 */
public class ORBSingleton extends com.sun.corba.se.impl.orb.ORBSingleton
{
    public ORBSingleton()
    {
        super();
    }
}

// End of file.
