Lock_Adapter_T.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Lock_Adapter_T.inl,v 4.3 2005/10/28 16:14:53 ossama Exp
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 template <class ACE_LOCKING_MECHANISM>
00008 ACE_INLINE
00009 ACE_Lock_Adapter<ACE_LOCKING_MECHANISM>::ACE_Lock_Adapter (
00010   ACE_LOCKING_MECHANISM &lock)
00011   : lock_ (&lock),
00012     delete_lock_ (0)
00013 {
00014 }
00015 
00016 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 09:41:53 2006 for ACE by doxygen 1.3.6