
10-12-2005
|
|
Registered User
|
|
Name: Andrew Bell
Organization: Iowa State University
Project: National Resources Inventory
|
|
Join Date: Jan 2005
Location: Ames, IA, USA
Posts: 89
|
|
|
typedef for Monitor?
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,
|