Archived

This forum has been archived. Please start a new discussion on GitHub.

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,

Comments

  • marc
    marc Florida
    There is no specific reason, except for our dislike for typedefs :) Anyway, you can simply add such typedefs in your application code.