MGR: Async RPCs: use wxCondition with timeout to block main thread while waiting for Demand RPC to finish; set m_pTaskBarIcon and m_pMacSystemMenu to NULL when deleted.

svn path=/trunk/boinc/; revision=16518
This commit is contained in:
Charlie Fenton 2008-11-18 13:28:35 +00:00
parent 1a5c93ff19
commit 21f2d88e34
1 changed files with 13 additions and 0 deletions

View File

@ -9473,3 +9473,16 @@ Rom 10 Nov 2008
configure.ac
version.h
Charlie 15 Nov 08
- MGR: Async RPCs: Eliminate nanosleep() call while waiting for
Demand RPC to finish; use wxCondition with timeout to block main
thread instead.
- MGR: set m_pTaskBarIcon and m_pMacSystemMenu to NULL when deleted.
clientgui/
AsyncRPC.cpp, .h
BOINCBaseFrame.cpp
BOINCGUIApp.cpp, .h
MainDocument.cpp, .h
mac/
MacSysMenu.cpp