summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/BasicStream.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-11-13 20:28:08 +0000
committerMarc Laukien <marc@zeroc.com>2001-11-13 20:28:08 +0000
commit7d200cf8404655ce2e0ba62360d7030b67eb8514 (patch)
tree9de4d4a471480bb30a4bad05fcb3859a47a1b09e /cpp/src/Ice/BasicStream.cpp
parentAdded for testing purposes. "cacert.pem" is a self-signed Mutable Realms CA (diff)
downloadice-7d200cf8404655ce2e0ba62360d7030b67eb8514.tar.bz2
ice-7d200cf8404655ce2e0ba62360d7030b67eb8514.tar.xz
ice-7d200cf8404655ce2e0ba62360d7030b67eb8514.zip
fixes
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r--cpp/src/Ice/BasicStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp
index d5014036981..0b846e64d31 100644
--- a/cpp/src/Ice/BasicStream.cpp
+++ b/cpp/src/Ice/BasicStream.cpp
@@ -902,7 +902,7 @@ IceInternal::BasicStream::throwException(const char** throwsBegin, const char**
if (binary_search(throwsBegin, throwsEnd, string(*p)))
{
ex.__read(this);
- ex._throw();
+ ex._ice_throw();
}
}