From bfd7f1aa2e102b933ac5933124f2560428a34452 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 11 Jul 2005 14:06:17 +0000 Subject: Parsing a stringified proxy no longer fails if a endpoint type is unknown as long as there are others that are known. --- cpp/src/Ice/EndpointFactoryManager.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpp/src/Ice/EndpointFactoryManager.cpp') diff --git a/cpp/src/Ice/EndpointFactoryManager.cpp b/cpp/src/Ice/EndpointFactoryManager.cpp index 35681182764..9f6c81ee6f0 100644 --- a/cpp/src/Ice/EndpointFactoryManager.cpp +++ b/cpp/src/Ice/EndpointFactoryManager.cpp @@ -102,9 +102,7 @@ IceInternal::EndpointFactoryManager::create(const string& str) const } } - EndpointParseException ex(__FILE__, __LINE__); - ex.str = str; - throw ex; + return 0; } EndpointPtr -- cgit v1.2.3