1. /*
  2. * @(#)IRObject.java 1.25 03/12/19
  3. *
  4. * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. /*
  8. * File: ./org/omg/CORBA/IRObject.java
  9. * From: ./ir.idl
  10. * Date: Fri Aug 28 16:03:31 1998
  11. * By: idltojava Java IDL 1.2 Aug 11 1998 02:00:18
  12. */
  13. package org.omg.CORBA;
  14. /**
  15. An IRObject IDL interface represents the most generic interface
  16. from which all other Interface Repository interfaces are derived,
  17. even the Repository itself.
  18. */
  19. public interface IRObject extends IRObjectOperations, org.omg.CORBA.Object,
  20. org.omg.CORBA.portable.IDLEntity
  21. {
  22. }