1 #ifndef _SIGX_CHOOSE_LOCK_TRAIT_H_
2 #define _SIGX_CHOOSE_LOCK_TRAIT_H_
55 template<
typename T_mutex, locking_policy I_policy>
62 template<locking_policy I_policy>
63 struct choose_lock<boost::mutex, I_policy>
65 typedef boost::mutex::scoped_lock type;
73 #endif // end file guard