summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h b/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h
index f3bc9706e2c..50aa093f9a6 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h
@@ -24,7 +24,7 @@ class CSD_TP_Test_Export AppShutdown
private:
- typedef ACE_SYNCH_MUTEX LockType;
+ typedef TAO_SYNCH_MUTEX LockType;
typedef ACE_Guard<LockType> GuardType;
LockType lock_;