From f7dd7b1cbdd61f7a886ae6fa14650fe8e43123a3 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sat, 16 May 2009 02:15:15 +0000 Subject: [PATCH] MGR: CBOINCClientManager::IsBOINCCoreRunning() tests whether the Client process exists, rather than doing an RPC svn path=/trunk/boinc/; revision=18132 --- clientgui/BOINCClientManager.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/clientgui/BOINCClientManager.h b/clientgui/BOINCClientManager.h index 87f4431dd2..eb27c89ce9 100644 --- a/clientgui/BOINCClientManager.h +++ b/clientgui/BOINCClientManager.h @@ -42,9 +42,7 @@ public: bool IsBOINCCoreRunning(); bool StartupBOINCCore(); void ShutdownBOINCCore(); -#ifndef __WXMSW__ bool ProcessExists(pid_t thePID); -#endif protected: