2005-11-09  Audrius Meskauskas  <[EMAIL PROTECTED]>

* org/omg/PortableInterceptor/ObjectReferenceFactory.java: Do not inherit
from org.omg.CORBA.Object
Index: org/omg/PortableInterceptor/ObjectReferenceFactory.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/org/omg/PortableInterceptor/ObjectReferenceFactory.java,v
retrieving revision 1.1
diff -u -r1.1 ObjectReferenceFactory.java
--- org/omg/PortableInterceptor/ObjectReferenceFactory.java     26 Oct 2005 
20:57:54 -0000      1.1
+++ org/omg/PortableInterceptor/ObjectReferenceFactory.java     9 Nov 2005 
15:37:12 -0000
@@ -52,6 +52,6 @@
  * @author Audrius Meskauskas, Lithuania ([EMAIL PROTECTED])
  */
 public interface ObjectReferenceFactory
-  extends ObjectReferenceFactoryOperations, IDLEntity, org.omg.CORBA.Object
+  extends ObjectReferenceFactoryOperations, IDLEntity
 {
 }
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to