diff options
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) { |