summaryrefslogtreecommitdiff
path: root/TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.h')
-rw-r--r--TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.h b/TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.h
index 8a3f6dd3c3f..d0ae86d7373 100644
--- a/TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.h
+++ b/TAO/examples/CSD_Strategy/ThreadPool5/FooServantList.h
@@ -33,7 +33,7 @@ class FooServantList
private:
- typedef ACE_SYNCH_MUTEX LockType;
+ typedef TAO_SYNCH_MUTEX LockType;
typedef ACE_Guard<LockType> GuardType;
Foo_i** servants_;