summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/thread/TestBase.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-11 16:41:12 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-11 16:41:12 +0000
commit8ff7c2608eb845c3b6b637f4648ae726a11a158b (patch)
treef1dfb4d3a63752357480561fdd94f37692d8eb47 /cppe/test/IceE/thread/TestBase.cpp
parentfix some recent changes to build in J2ME (diff)
downloadice-8ff7c2608eb845c3b6b637f4648ae726a11a158b.tar.bz2
ice-8ff7c2608eb845c3b6b637f4648ae726a11a158b.tar.xz
ice-8ff7c2608eb845c3b6b637f4648ae726a11a158b.zip
Put back IceUtil namespace
Diffstat (limited to 'cppe/test/IceE/thread/TestBase.cpp')
-rw-r--r--cppe/test/IceE/thread/TestBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/test/IceE/thread/TestBase.cpp b/cppe/test/IceE/thread/TestBase.cpp
index d257f719a64..af7973ca019 100644
--- a/cppe/test/IceE/thread/TestBase.cpp
+++ b/cppe/test/IceE/thread/TestBase.cpp
@@ -40,7 +40,7 @@ TestBase::start()
{
run();
}
- catch(const Ice::Exception& e)
+ catch(const IceUtil::Exception& e)
{
tprintf("%s failed\n", e.toString().c_str());
throw TestFailed(_name);