View Single Post
  #1 (permalink)  
Old 10-12-2005
acbell acbell is offline
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,
Reply With Quote