summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/Federation/Gate/Gate.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/Federation/Gate/Gate.h')
-rw-r--r--TAO/orbsvcs/examples/Notify/Federation/Gate/Gate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Federation/Gate/Gate.h b/TAO/orbsvcs/examples/Notify/Federation/Gate/Gate.h
index ff05025cf66..891bb16d0f9 100644
--- a/TAO/orbsvcs/examples/Notify/Federation/Gate/Gate.h
+++ b/TAO/orbsvcs/examples/Notify/Federation/Gate/Gate.h
@@ -75,7 +75,7 @@ private:
ACE_RMCast::Socket socket_;
CORBA::String_var id_;
- typedef ACE_SYNCH_MUTEX Mutex;
+ typedef TAO_SYNCH_MUTEX Mutex;
typedef ACE_Guard<Mutex> Lock;
bool stop_;