From 21f2d88e343f37679218d13f3a7428b6ef9690b0 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 18 Nov 2008 13:28:35 +0000 Subject: [PATCH] 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 --- checkin_notes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/checkin_notes b/checkin_notes index b8c20a36b1..35030808b3 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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