Author: fabb...@google.com
Date: Fri Feb 27 18:26:56 2009
New Revision: 4899

Modified:
     
trunk/user/src/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java

Log:
Partial rollback of c4888: we shouldn't, but have some users depending on
the implementation class RemoteServiceProxy.  The change in ProxyCreator
remains.

Review by: bruce


Modified:  
trunk/user/src/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java
==============================================================================
---  
trunk/user/src/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java      
 
(original)
+++  
trunk/user/src/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java      
 
Fri Feb 27 18:26:56 2009
@@ -79,6 +79,10 @@
      return requestId++;
    }

+  protected static int getRequestId() {
+    return requestId;
+  }
+
    /**
     * Return <code>true</code> if the encoded response contains a value
     * returned by the method invocation.

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to