- /*
- * @(#)Repository.java 1.4 00/02/02
- *
- * Copyright 1999, 2000 Sun Microsystems, Inc. All Rights Reserved.
- *
- * This software is the proprietary information of Sun Microsystems, Inc.
- * Use is subject to license terms.
- *
- */
- package org.omg.CORBA;
-
- /**
- *
- * This is the interface which defines the interface repository.
- * (>>>Internal Note: The interface as defined here will be modified to meet
- * the standard, before Kestrel.))
- */
- public interface Repository extends org.omg.CORBA.IRObject, org.omg.CORBA.portable.IDLEntity
- {
- } // interface Repository