Hi,
Is there a reason why IceUtil::Monitor<> doesn't have typedefs for the type of mutex that is used? Seems like it would be handy to have:
IceUtil::<insert something here>Monitor (for IceUtil::Mutex as the template param)
IceUtil::RecMonitor
IceUtil::RWRecMonitor
Thanks,

Reply With Quote
Anyway, you can simply add such typedefs in your application code.
