1. /*
  2. * @(#)Repository.java 1.4 00/02/02
  3. *
  4. * Copyright 1999, 2000 Sun Microsystems, Inc. All Rights Reserved.
  5. *
  6. * This software is the proprietary information of Sun Microsystems, Inc.
  7. * Use is subject to license terms.
  8. *
  9. */
  10. package org.omg.CORBA;
  11. /**
  12. *
  13. * This is the interface which defines the interface repository.
  14. * (>>>Internal Note: The interface as defined here will be modified to meet
  15. * the standard, before Kestrel.))
  16. */
  17. public interface Repository extends org.omg.CORBA.IRObject, org.omg.CORBA.portable.IDLEntity
  18. {
  19. } // interface Repository