1. /*
  2. * @(#)IRObject.java 1.22 00/02/02
  3. *
  4. * Copyright 1997-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. /*
  11. * File: ./org/omg/CORBA/IRObject.java
  12. * From: ./ir.idl
  13. * Date: Fri Aug 28 16:03:31 1998
  14. * By: idltojava Java IDL 1.2 Aug 11 1998 02:00:18
  15. */
  16. package org.omg.CORBA;
  17. /**
  18. An IRObject IDL interface represents the most generic interface
  19. from which all other Interface Repository interfaces are derived,
  20. even the Repository itself.
  21. */
  22. public interface IRObject extends IRObjectOperations, org.omg.CORBA.Object,
  23. org.omg.CORBA.portable.IDLEntity
  24. {
  25. }