summaryrefslogtreecommitdiff
path: root/java/test/Ice/inheritance/CCI.java
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-08-31 04:36:28 +0000
committerMichi Henning <michi@zeroc.com>2004-08-31 04:36:28 +0000
commitb48723e3d4ba8b7d3626c052ff398697731370a2 (patch)
treec038aa8cea773a7ae45dc511ea5548730801884b /java/test/Ice/inheritance/CCI.java
parentinitial check-in (diff)
downloadice-b48723e3d4ba8b7d3626c052ff398697731370a2.tar.bz2
ice-b48723e3d4ba8b7d3626c052ff398697731370a2.tar.xz
ice-b48723e3d4ba8b7d3626c052ff398697731370a2.zip
Deprecation of global Slice definitions.
Diffstat (limited to 'java/test/Ice/inheritance/CCI.java')
-rw-r--r--java/test/Ice/inheritance/CCI.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/java/test/Ice/inheritance/CCI.java b/java/test/Ice/inheritance/CCI.java
index c04b5c3a8af..1df898246dc 100644
--- a/java/test/Ice/inheritance/CCI.java
+++ b/java/test/Ice/inheritance/CCI.java
@@ -7,27 +7,27 @@
//
// **********************************************************************
-public final class CCI extends MA.CC
+public final class CCI extends Test.MA.CC
{
public
CCI()
{
}
- public MA.CAPrx
- caop(MA.CAPrx p, Ice.Current current)
+ public Test.MA.CAPrx
+ caop(Test.MA.CAPrx p, Ice.Current current)
{
return p;
}
- public MA.CCPrx
- ccop(MA.CCPrx p, Ice.Current current)
+ public Test.MA.CCPrx
+ ccop(Test.MA.CCPrx p, Ice.Current current)
{
return p;
}
- public MB.CBPrx
- cbop(MB.CBPrx p, Ice.Current current)
+ public Test.MB.CBPrx
+ cbop(Test.MB.CBPrx p, Ice.Current current)
{
return p;
}