< prev index next >

src/java.corba/share/classes/org/omg/CORBA/Object.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1995, 1999, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1995, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 51,61 **** * <p> * Default implementations of the methods in the interface * <code>org.omg.CORBA.Object</code> * are provided in the class <code>org.omg.CORBA.portable.ObjectImpl</code>, * which is the base class for stubs and object implementations. ! * <p> * @see org.omg.CORBA.portable.ObjectImpl */ public interface Object { --- 51,61 ---- * <p> * Default implementations of the methods in the interface * <code>org.omg.CORBA.Object</code> * are provided in the class <code>org.omg.CORBA.portable.ObjectImpl</code>, * which is the base class for stubs and object implementations. ! * * @see org.omg.CORBA.portable.ObjectImpl */ public interface Object {
< prev index next >