summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-12-03 13:53:49 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-12-03 13:53:49 +0000
commit8333777979879e2460e09c3083138fb1406cd7f9 (patch)
tree636139040dfa1d85ec522635ef21655ca54a2711 /TAO/tests/CSD_Strategy_Tests/TP_Common/AppShutdown.h
parenta4fa6bc9bd35d0c8f5587b75da34c4e5bddd044a (diff)
downloadATCD-8333777979879e2460e09c3083138fb1406cd7f9.tar.gz
Mon Dec 3 13:49:18 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
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_;