classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: ObjectReferenceFactory API fix.


From: Meskauskas Audrius
Subject: [cp-patches] FYI: ObjectReferenceFactory API fix.
Date: Wed, 09 Nov 2005 16:41:51 +0100
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

2005-11-09  Audrius Meskauskas  <address@hidden>

* 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 (address@hidden)
  */
 public interface ObjectReferenceFactory
-  extends ObjectReferenceFactoryOperations, IDLEntity, org.omg.CORBA.Object
+  extends ObjectReferenceFactoryOperations, IDLEntity
 {
 }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]