summaryrefslogtreecommitdiff
path: root/java/src/Ice/_ObjectDelM.java
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2003-06-23 15:27:02 +0000
committerBenoit Foucher <benoit@zeroc.com>2003-06-23 15:27:02 +0000
commit933df18824567d1b070c9700abd07f979417baf3 (patch)
tree4b30218a09894d809f263f561155c53bdda99512 /java/src/Ice/_ObjectDelM.java
parentFix (diff)
downloadice-933df18824567d1b070c9700abd07f979417baf3.tar.bz2
ice-933df18824567d1b070c9700abd07f979417baf3.tar.xz
ice-933df18824567d1b070c9700abd07f979417baf3.zip
Bug fix
Diffstat (limited to 'java/src/Ice/_ObjectDelM.java')
-rw-r--r--java/src/Ice/_ObjectDelM.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/Ice/_ObjectDelM.java b/java/src/Ice/_ObjectDelM.java
index e0794749e4c..e36b503ba7b 100644
--- a/java/src/Ice/_ObjectDelM.java
+++ b/java/src/Ice/_ObjectDelM.java
@@ -148,7 +148,7 @@ public class _ObjectDelM implements _ObjectDel
ice_invoke(String operation, OperationMode mode, byte[] inParams, ByteSeqHolder outParams, java.util.Map __context)
throws IceInternal.NonRepeatable
{
- IceInternal.Outgoing __out = getOutgoing(operation, OperationMode.Nonmutating, __context);
+ IceInternal.Outgoing __out = getOutgoing(operation, mode, __context);
try
{
IceInternal.BasicStream __os = __out.os();