mirror of https://github.com/BOINC/boinc.git
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:
parent
1a5c93ff19
commit
21f2d88e34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue