corba/src/java.corba/share/classes/org/omg/CORBA/Object.java
changeset 29827 aac4782e69ac
parent 25862 a5e25d68f971
equal deleted inserted replaced
29659:f40752db7773 29827:aac4782e69ac
     1 /*
     1 /*
     2  * Copyright (c) 1995, 1999, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1995, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    51  * <p>
    51  * <p>
    52  * Default implementations of the methods in the interface
    52  * Default implementations of the methods in the interface
    53  * <code>org.omg.CORBA.Object</code>
    53  * <code>org.omg.CORBA.Object</code>
    54  * are provided in the class <code>org.omg.CORBA.portable.ObjectImpl</code>,
    54  * are provided in the class <code>org.omg.CORBA.portable.ObjectImpl</code>,
    55  * which is the base class for stubs and object implementations.
    55  * which is the base class for stubs and object implementations.
    56  * <p>
    56  *
    57  * @see org.omg.CORBA.portable.ObjectImpl
    57  * @see org.omg.CORBA.portable.ObjectImpl
    58  */
    58  */
    59 
    59 
    60 public interface Object {
    60 public interface Object {
    61 
    61