diff options
author | Marc Laukien <marc@zeroc.com> | 2002-06-27 21:02:54 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-06-27 21:02:54 +0000 |
commit | e6b02c9be09773e58cbaec175fb180d58b8c4984 (patch) | |
tree | 5a4bf4277e5f8af1aea0ec10fe23b58c11b8de4e /java/demo/Ice/nested/NestedI.java | |
parent | file IcePackAdmin.py was initially added on branch location. (diff) | |
download | ice-e6b02c9be09773e58cbaec175fb180d58b8c4984.tar.bz2 ice-e6b02c9be09773e58cbaec175fb180d58b8c4984.tar.xz ice-e6b02c9be09773e58cbaec175fb180d58b8c4984.zip |
started with connection verification
Diffstat (limited to 'java/demo/Ice/nested/NestedI.java')
-rw-r--r-- | java/demo/Ice/nested/NestedI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/demo/Ice/nested/NestedI.java b/java/demo/Ice/nested/NestedI.java index bcd610c4db3..39d7837966b 100644 --- a/java/demo/Ice/nested/NestedI.java +++ b/java/demo/Ice/nested/NestedI.java @@ -21,7 +21,7 @@ class NestedI extends Nested System.out.println("" + level); if(--level > 0) { - proxy.nested(level, _self, current.context); + proxy.nested(level, _self, current.ctx); } } |