diff options
Diffstat (limited to 'cpp/src/slice2sl/Gen.cpp')
-rwxr-xr-x | cpp/src/slice2sl/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2sl/Gen.cpp b/cpp/src/slice2sl/Gen.cpp index 92026ce3cbd..0d89a1f5628 100755 --- a/cpp/src/slice2sl/Gen.cpp +++ b/cpp/src/slice2sl/Gen.cpp @@ -2620,7 +2620,7 @@ Slice::Gen::HelperVisitor::visitClassDefStart(const ClassDefPtr& p) // context parameter // - string callbackName = fixId(p->scope()) + "AMI_" + p->name() + "_" + opName; + string callbackName = fixId(p->scope()) + "AMI_" + containingClass->name() + "_" + opName; _out << sp; _out << nl << "public void " << opName << "_async" << spar << paramsAMIDel << epar; |