MGR: CBOINCClientManager::IsBOINCCoreRunning() tests whether the Client process exists, rather than doing an RPC

svn path=/trunk/boinc/; revision=18132
This commit is contained in:
Charlie Fenton 2009-05-16 02:15:15 +00:00
parent 6b0a9803c9
commit f7dd7b1cbd
1 changed files with 0 additions and 2 deletions

View File

@ -42,9 +42,7 @@ public:
bool IsBOINCCoreRunning();
bool StartupBOINCCore();
void ShutdownBOINCCore();
#ifndef __WXMSW__
bool ProcessExists(pid_t thePID);
#endif
protected: