*** empty log message ***

svn path=/trunk/boinc/; revision=9740
This commit is contained in:
Rom Walton 2006-03-28 07:37:19 +00:00
parent 7352339b37
commit 26e6710552
1 changed files with 2 additions and 2 deletions

View File

@ -785,7 +785,7 @@ bool CBOINCGUIApp::ProcessExists(pid_t thePID)
// wxProcess::Exists and wxKill are unimplemented in WxMac-2.6.0
void CBOINCGUIApp::ShutdownBOINCCore() {
wxInt32 iCount = 0;
wxString strMachineName = wxT("localhost");
wxString strConnectedCompter = wxEmptyString;
if (m_bBOINCStartedByManager) {
// The user may have gone off to look at another machine on the network, and
@ -821,7 +821,7 @@ void CBOINCGUIApp::ShutdownBOINCCore() {
void CBOINCGUIApp::ShutdownBOINCCore() {
wxInt32 iCount = 0;
bool bClientQuit = false;
wxString strMachineName = wxT("localhost");
wxString strConnectedCompter = wxEmptyString;
if (m_bBOINCStartedByManager) {
// The user may have gone off to look at another machine on the network, and