00001 // -*- C++ -*- 00002 // 00003 // $Id: ESF_Busy_Lock.inl 73791 2006-07-27 20:54:56Z wotte $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 template<class T> ACE_INLINE 00008 TAO_ESF_Busy_Lock_Adapter<T>::TAO_ESF_Busy_Lock_Adapter (T* adaptee) 00009 : adaptee_ (adaptee) 00010 { 00011 } 00012 00013 TAO_END_VERSIONED_NAMESPACE_DECL