Update checkin notes: MGR: In Async RPC logic, change calling order for wxCondition and wxMutex to match examples in literature

svn path=/trunk/boinc/; revision=18263
This commit is contained in:
Charlie Fenton 2009-06-02 08:48:34 +00:00
parent 4e535a6804
commit 7555047cac
1 changed files with 5 additions and 0 deletions

View File

@ -4896,6 +4896,11 @@ David 1 June 2009
Charlie 1 June 2009
- Mac MGR: Fix per-thread-locale logic on Mac.
- MGR: In Async RPC logic, change calling order for wxCondition and
wxMutex from <Set Boolean, Lock, Unlock, Signal> to <Lock,
Set Boolean, Signal, Unlock> to be consistent with examples in
literature, hoping this might fix an intermittent hang in
wxConition::Wait().
- Mac MGR: Mac OS 10.3.9 does not have sqlite3, so we must weak-link.
clientgui/