classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: PortableInterceptor compatibility fixes.


From: Meskauskas Audrius
Subject: [cp-patches] FYI: PortableInterceptor compatibility fixes.
Date: Fri, 02 Sep 2005 19:12:22 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

2005-09-02  <address@hidden>

* org/omg/PortableInterceptor/CurrentOperations.java: Inherit from org.omg.CORBA.CurrentOperations. * org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java
       (send_poll): Remove ForwardRequest from declaration.
Index: org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java,v
retrieving revision 1.1
diff -u -r1.1 ClientRequestInterceptorOperations.java
--- org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java 28 Aug 
2005 11:23:37 -0000      1.1
+++ org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java 2 Sep 
2005 17:04:36 -0000
@@ -123,10 +123,6 @@
    * @throws SystemException if it does, the send_poll is not called for the
    * subsequent interceptors, calling receive_exception instead. The completion
    * status of this exception must be COMPLETED_NO.
-   *
-   * @throws ForwardRequest to forward the invocation to another target. The
-   * send_request is not called for the subsequent interceptors, calling
-   * receive_other instead.
    */
-  void send_poll(ClientRequestInfo info) throws ForwardRequest;
+  void send_poll(ClientRequestInfo info);
 }
Index: org/omg/PortableInterceptor/CurrentOperations.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/org/omg/PortableInterceptor/CurrentOperations.java,v
retrieving revision 1.1
diff -u -r1.1 CurrentOperations.java
--- org/omg/PortableInterceptor/CurrentOperations.java  28 Aug 2005 11:23:37 
-0000      1.1
+++ org/omg/PortableInterceptor/CurrentOperations.java  2 Sep 2005 17:05:32 
-0000
@@ -54,13 +54,14 @@
  * @author Audrius Meskauskas, Lithuania (address@hidden)
  */
 public interface CurrentOperations
+  extends org.omg.CORBA.CurrentOperations
 {
   /**
    * Get data from the slot with the given slot_id.
    *
    * @param slot_id the slot slot_id.
    *
-       * @return the Any that was stored in the slot. If the given slot has 
not been
+   * @return the Any that was stored in the slot. If the given slot has not 
been
    * set, the returned Any contains a type code with a TCKind value of tk_null
    * and has no value.
    *

reply via email to

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