diff options
author | Brent Eagles <brent@zeroc.com> | 2005-03-28 17:46:48 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-03-28 17:46:48 +0000 |
commit | af15cb4482bcd5583598f8c33fad0b4216c481fa (patch) | |
tree | 8cdeb71670e64db940968127b579dfef8d59effb /java/test/Ice/package/InitialI.java | |
parent | tidy an ant file (diff) | |
download | ice-af15cb4482bcd5583598f8c33fad0b4216c481fa.tar.bz2 ice-af15cb4482bcd5583598f8c33fad0b4216c481fa.tar.xz ice-af15cb4482bcd5583598f8c33fad0b4216c481fa.zip |
Removing unsupported global definitions from Slice and tests
Diffstat (limited to 'java/test/Ice/package/InitialI.java')
-rw-r--r-- | java/test/Ice/package/InitialI.java | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/java/test/Ice/package/InitialI.java b/java/test/Ice/package/InitialI.java index 266d3bb7e51..f031a112da9 100644 --- a/java/test/Ice/package/InitialI.java +++ b/java/test/Ice/package/InitialI.java @@ -7,21 +7,8 @@ // // ********************************************************************** -public final class InitialI extends _InitialDisp +public final class InitialI extends Test._InitialDisp { - public Test1GlobalClass - getTest1GlobalClass(Ice.Current __current) - { - return new Test1GlobalClass(); - } - - public void - throwTest1GlobalException(Ice.Current __current) - throws Test1GlobalException - { - throw new Test1GlobalException(); - } - public Ice.Object getTest1C2AsObject(Ice.Current __current) { @@ -61,19 +48,6 @@ public final class InitialI extends _InitialDisp throw new Test1._notify(); } - public testpkg.Test2GlobalClass - getTest2GlobalClass(Ice.Current __current) - { - return new testpkg.Test2GlobalClass(); - } - - public void - throwTest2GlobalException(Ice.Current __current) - throws testpkg.Test2GlobalException - { - throw new testpkg.Test2GlobalException(); - } - public Ice.Object getTest2C2AsObject(Ice.Current __current) { |