summaryrefslogtreecommitdiff
path: root/java/src/Ice/Object.java
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-05-19 14:38:42 +0000
committerMichi Henning <michi@zeroc.com>2003-05-19 14:38:42 +0000
commit2193ab182069435ce42105dabd05395d2f256861 (patch)
tree972780299e83a406959a762c91cd58bd73f0e1fd /java/src/Ice/Object.java
parentMore changes for icej slicing. (diff)
downloadice-2193ab182069435ce42105dabd05395d2f256861.tar.bz2
ice-2193ab182069435ce42105dabd05395d2f256861.tar.xz
ice-2193ab182069435ce42105dabd05395d2f256861.zip
Slicing changes. Tests pass, with the exception of tests that are meant to
show that things actually get sliced. This is most likely because the test setup is the problem, not the code. Lots of incomprehensible trace left in the code for now...
Diffstat (limited to 'java/src/Ice/Object.java')
-rw-r--r--java/src/Ice/Object.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/Ice/Object.java b/java/src/Ice/Object.java
index 466796fa876..72a0e536a7e 100644
--- a/java/src/Ice/Object.java
+++ b/java/src/Ice/Object.java
@@ -36,7 +36,7 @@ public interface Object
void __write(IceInternal.BasicStream __os);
- void __read(IceInternal.BasicStream __is);
+ void __read(IceInternal.BasicStream __is, boolean __rid);
void __marshal(Ice.Stream __os);