diff options
author | Marc Laukien <marc@zeroc.com> | 2002-11-27 21:54:20 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-11-27 21:54:20 +0000 |
commit | 8042456879b8fde8683df20274e7dc887a1e6737 (patch) | |
tree | f8ef3dc13589e6610e5473d5e5319125af2ee754 /java/src/Ice/_ObjectDel.java | |
parent | added ami (diff) | |
download | ice-8042456879b8fde8683df20274e7dc887a1e6737.tar.bz2 ice-8042456879b8fde8683df20274e7dc887a1e6737.tar.xz ice-8042456879b8fde8683df20274e7dc887a1e6737.zip |
various changes
Diffstat (limited to 'java/src/Ice/_ObjectDel.java')
-rw-r--r-- | java/src/Ice/_ObjectDel.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java/src/Ice/_ObjectDel.java b/java/src/Ice/_ObjectDel.java index 3b7427573a7..1d277eb9e24 100644 --- a/java/src/Ice/_ObjectDel.java +++ b/java/src/Ice/_ObjectDel.java @@ -17,23 +17,23 @@ package Ice; public interface _ObjectDel { boolean ice_isA(String __id, java.util.Map __context) - throws LocationForward, IceInternal.NonRepeatable; + throws IceInternal.NonRepeatable; void ice_ping(java.util.Map __context) - throws LocationForward, IceInternal.NonRepeatable; + throws IceInternal.NonRepeatable; String[] ice_ids(java.util.Map __context) - throws LocationForward, IceInternal.NonRepeatable; + throws IceInternal.NonRepeatable; String ice_id(java.util.Map __context) - throws LocationForward, IceInternal.NonRepeatable; + throws IceInternal.NonRepeatable; String[] ice_facets(java.util.Map __context) - throws LocationForward, IceInternal.NonRepeatable; + throws IceInternal.NonRepeatable; boolean ice_invoke(String operation, Ice.OperationMode mode, byte[] inParams, ByteSeqHolder outParams, java.util.Map context) - throws LocationForward, IceInternal.NonRepeatable; + throws IceInternal.NonRepeatable; void ice_flush(); } |