From d99db9620ba052e79cd5bd40c75306f600f9c48c Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Fri, 20 Sep 2002 13:12:50 +0000 Subject: Runtime->Local --- cpp/test/Ice/exceptions/TestI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/exceptions/TestI.cpp') diff --git a/cpp/test/Ice/exceptions/TestI.cpp b/cpp/test/Ice/exceptions/TestI.cpp index 9a60db86af1..a57652a4292 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::throwRuntimeException(const Ice::Current&) +ThrowerI::throwLocalException(const Ice::Current&) { throw Ice::TimeoutException(__FILE__, __LINE__); } -- cgit v1.2.3