diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-09-06 21:33:06 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-09-06 21:33:06 +0000 |
commit | 24cdce788eaa6f2dfa333c55d8bc0ca219dd06c0 (patch) | |
tree | 52ea2cc99a918aa5a769de795994ec3f10a894f0 /java/test/Freeze/complex/Complex/ObjectFactoryI.java | |
parent | fix (diff) | |
download | ice-24cdce788eaa6f2dfa333c55d8bc0ca219dd06c0.tar.bz2 ice-24cdce788eaa6f2dfa333c55d8bc0ca219dd06c0.tar.xz ice-24cdce788eaa6f2dfa333c55d8bc0ca219dd06c0.zip |
Ice.Object and Ice.LocalObject are now interfaces
Diffstat (limited to 'java/test/Freeze/complex/Complex/ObjectFactoryI.java')
-rw-r--r-- | java/test/Freeze/complex/Complex/ObjectFactoryI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Freeze/complex/Complex/ObjectFactoryI.java b/java/test/Freeze/complex/Complex/ObjectFactoryI.java index fc85b556168..515729a3b2e 100644 --- a/java/test/Freeze/complex/Complex/ObjectFactoryI.java +++ b/java/test/Freeze/complex/Complex/ObjectFactoryI.java @@ -10,7 +10,7 @@ package Complex; -public class ObjectFactoryI implements Ice.ObjectFactory +public class ObjectFactoryI extends Ice.LocalObjectImpl implements Ice.ObjectFactory { public Ice.Object create(String type) |