
18 May
2011
18 May
'11
10:49 p.m.
On 5/18/2011 3:44 PM, Phil Bouchard wrote:
That's great but I need to forget about this strategy since I'll need a global mutex to lock the redir() function calls; i.e. it'll need to lock a global mutex in order to lock 2 other mutexes. I don't think this is worth it.
Besides I need to disregards errors returned by ~mutex(). Since we can't overload destructors, the whole class will need to be rewritten. -Phil