From 04cb7fa855e0d6acfa259857e70899fd521421b4 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Mon, 17 Sep 2001 03:53:34 +0000 Subject: fixes, fixes, fixes.. --- cpp/src/slice2cpp/GenUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cpp/GenUtil.cpp') diff --git a/cpp/src/slice2cpp/GenUtil.cpp b/cpp/src/slice2cpp/GenUtil.cpp index 96c480a89d3..06aff936c1f 100644 --- a/cpp/src/slice2cpp/GenUtil.cpp +++ b/cpp/src/slice2cpp/GenUtil.cpp @@ -273,7 +273,7 @@ Slice::writeMarshalUnmarshalCode(Output& out, const TypePtr& type, const string& } else { - out << nl << "throw ::Ice::NoFactoryException(__FILE__, __LINE__);"; + out << nl << "throw ::Ice::NoServantFactoryException(__FILE__, __LINE__);"; } out << eb; out << nl << param << " = " << cl->scoped() << "Ptr::dynamicCast(__obj);"; -- cgit v1.2.3