From cc0ddc7270b434a0ba01f918477d1f46f9324ec2 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Sun, 29 Sep 2002 21:02:37 +0000 Subject: fixes --- cpp/src/slice2cpp/Gen.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/slice2cpp/Gen.cpp') diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index b9a43894ccb..f2e32296300 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -1741,6 +1741,8 @@ Slice::Gen::DelegateDVisitor::visitOperation(const OperationPtr& p) C << nl << "if(!__servant)"; C << sb; C << nl << "::Ice::OperationNotExistException __opEx(__FILE__, __LINE__);"; + C << nl << "__opEx.id = __current.id;"; + C << nl << "__opEx.facet = __current.facet;"; C << nl << "__opEx.operation = __current.operation;"; C << nl << "throw __opEx;"; C << eb; -- cgit v1.2.3