summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/exceptions/TestI.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-09-20 05:55:29 +0000
committerMichi Henning <michi@zeroc.com>2002-09-20 05:55:29 +0000
commitb56ebf2776fbd2b6dcb9b793c03511e49b265053 (patch)
treed58e5e9b5e95d6b640c36447bc594684c1b255f1 /cpp/test/Ice/exceptions/TestI.cpp
parentRemoved idempotent qualifier from destroy operations. (diff)
downloadice-b56ebf2776fbd2b6dcb9b793c03511e49b265053.tar.bz2
ice-b56ebf2776fbd2b6dcb9b793c03511e49b265053.tar.xz
ice-b56ebf2776fbd2b6dcb9b793c03511e49b265053.zip
Renamed Ice::LocalException to Ice::RuntimeException.
Diffstat (limited to 'cpp/test/Ice/exceptions/TestI.cpp')
-rw-r--r--cpp/test/Ice/exceptions/TestI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/exceptions/TestI.cpp b/cpp/test/Ice/exceptions/TestI.cpp
index a57652a4292..9a60db86af1 100644
--- a/cpp/test/Ice/exceptions/TestI.cpp
+++ b/cpp/test/Ice/exceptions/TestI.cpp
@@ -118,7 +118,7 @@ ThrowerI::throwUndeclaredC(Ice::Int a, Ice::Int b, Ice::Int c, const Ice::Curren
}
void
-ThrowerI::throwLocalException(const Ice::Current&)
+ThrowerI::throwRuntimeException(const Ice::Current&)
{
throw Ice::TimeoutException(__FILE__, __LINE__);
}