summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/thread/MutexTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/thread/MutexTest.cpp')
-rw-r--r--cppe/test/IceE/thread/MutexTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/test/IceE/thread/MutexTest.cpp b/cppe/test/IceE/thread/MutexTest.cpp
index 06a7e3a0194..7d3cc784fc8 100644
--- a/cppe/test/IceE/thread/MutexTest.cpp
+++ b/cppe/test/IceE/thread/MutexTest.cpp
@@ -13,7 +13,7 @@
#include <TestCommon.h>
using namespace std;
-using namespace Ice;
+using namespace IceUtil;
static const string mutexTestName("mutex");
@@ -124,7 +124,7 @@ MutexTest::run()
{
test(lock.tryAcquire() == false);
}
- catch(const Ice::ThreadSyscallException& ex)
+ catch(const IceUtil::ThreadSyscallException& ex)
{
//
// pthread_mutex_trylock returns EDEADLK in FreeBSD's new threading implementation.