Token_Manager.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Token_Manager.inl,v 4.2 2005/10/28 23:55:10 ossama Exp
00004 
00005 #if defined (ACE_HAS_TOKENS_LIBRARY)
00006 
00007 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00008 
00009 ACE_INLINE ACE_TOKEN_CONST::MUTEX &
00010 ACE_Token_Manager::mutex (void)
00011 {
00012   ACE_TRACE ("ACE_Token_Manager::mutex");
00013   return lock_;
00014 }
00015 
00016 ACE_INLINE void
00017 ACE_Token_Manager::debug (int d)
00018 {
00019   ACE_TRACE ("ACE_Token_Manager::debug");
00020   debug_ = d;
00021 }
00022 
00023 ACE_END_VERSIONED_NAMESPACE_DECL
00024 
00025 #endif /* ACE_HAS_TOKENS_LIBRARY */

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