diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-18 16:20:20 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-18 16:20:20 +0000 |
commit | a7f3ef680b8bdb1374ab031dee2cbaacb9bd6556 (patch) | |
tree | 499a7625585636e6cf9d5c2c18405ef3eec5d286 /cpp/src/slice2cpp/Gen.cpp | |
parent | more facet stuff (diff) | |
download | ice-a7f3ef680b8bdb1374ab031dee2cbaacb9bd6556.tar.bz2 ice-a7f3ef680b8bdb1374ab031dee2cbaacb9bd6556.tar.xz ice-a7f3ef680b8bdb1374ab031dee2cbaacb9bd6556.zip |
more and more facet stuff...
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index f8ee945c781..32e8434eb02 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -1338,7 +1338,7 @@ Slice::Gen::DelegateDVisitor::visitOperation(const OperationPtr& p) C << sp << nl << retS << nl << "IceDelegateD" << scoped << paramsDecl; C << sb; C << nl << "::IceInternal::Direct __direct(__adapter, __reference, \"" << name << "\");"; - C << nl << cl->scoped() << "* __servant = dynamic_cast< " << cl->scoped() << "*>(__direct.servant().get());"; + C << nl << cl->scoped() << "* __servant = dynamic_cast< " << cl->scoped() << "*>(__direct.facetServant().get());"; C << nl << "if (!__servant)"; C << sb; C << nl << "throw ::Ice::OperationNotExistException(__FILE__, __LINE__);"; |