From a7f3ef680b8bdb1374ab031dee2cbaacb9bd6556 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Thu, 18 Oct 2001 16:20:20 +0000 Subject: more and more facet stuff... --- cpp/src/slice2cpp/Gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cpp/Gen.cpp') 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__);"; -- cgit v1.2.3