2 #if defined (ACE_HAS_TOKENS_LIBRARY)
4 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
7 ACE_Remote_Mutex::ACE_Remote_Mutex ()
9 ACE_TRACE ("ACE_Remote_Mutex::ACE_Remote_Mutex");
13 ACE_Remote_Mutex::ACE_Remote_Mutex (const ACE_TCHAR *token_name,
17 ACE_TRACE ("ACE_Remote_Mutex::ACE_Remote_Mutex");
18 this->open (token_name, ignore_deadlock, debug);
21 // ************************************************************
24 ACE_Remote_RLock::ACE_Remote_RLock (const ACE_TCHAR *token_name,
28 ACE_TRACE ("ACE_Remote_RLock::ACE_Remote_RLock");
29 this->open (token_name, ignore_deadlock, debug);
32 // ************************************************************
35 ACE_Remote_WLock::ACE_Remote_WLock (const ACE_TCHAR *token_name,
39 ACE_TRACE ("ACE_Remote_WLock::ACE_Remote_WLock");
40 this->open (token_name, ignore_deadlock, debug);
43 ACE_END_VERSIONED_NAMESPACE_DECL
45 #endif /* ACE_HAS_TOKENS_LIBRARY */