Remote_Tokens.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Remote_Tokens.inl,v 4.3 2005/10/28 16:14:55 ossama Exp
00004 
00005 #if defined (ACE_HAS_TOKENS_LIBRARY)
00006 
00007 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00008 
00009 ACE_INLINE
00010 ACE_Remote_Mutex::ACE_Remote_Mutex (void)
00011 {
00012   ACE_TRACE ("ACE_Remote_Mutex::ACE_Remote_Mutex");
00013 }
00014 
00015 ACE_INLINE
00016 ACE_Remote_Mutex::ACE_Remote_Mutex (const ACE_TCHAR *token_name,
00017                                     int ignore_deadlock,
00018                                     int debug)
00019 {
00020   ACE_TRACE ("ACE_Remote_Mutex::ACE_Remote_Mutex");
00021   this->open (token_name, ignore_deadlock, debug);
00022 }
00023 
00024 // ************************************************************
00025 
00026 ACE_INLINE
00027 ACE_Remote_RLock::ACE_Remote_RLock (const ACE_TCHAR *token_name,
00028                                     int ignore_deadlock,
00029                                     int debug)
00030 {
00031   ACE_TRACE ("ACE_Remote_RLock::ACE_Remote_RLock");
00032   this->open (token_name, ignore_deadlock, debug);
00033 }
00034 
00035 // ************************************************************
00036 
00037 ACE_INLINE
00038 ACE_Remote_WLock::ACE_Remote_WLock (const ACE_TCHAR *token_name,
00039                                     int ignore_deadlock,
00040                                     int debug)
00041 {
00042   ACE_TRACE ("ACE_Remote_WLock::ACE_Remote_WLock");
00043   this->open (token_name, ignore_deadlock, debug);
00044 }
00045 
00046 ACE_END_VERSIONED_NAMESPACE_DECL
00047 
00048 #endif /* ACE_HAS_TOKENS_LIBRARY */

Generated on Thu Nov 9 09:42:02 2006 for ACE by doxygen 1.3.6