*** empty log message ***

svn path=/trunk/boinc/; revision=10019
This commit is contained in:
Rom Walton 2006-04-25 00:59:49 +00:00
parent fe4f4f377a
commit 0cded9d5d9
2 changed files with 7 additions and 1 deletions

View File

@ -4171,3 +4171,9 @@ David 23 Apr 2006
client/
client_state.C
Rom 24 Apr 2006
- Bug Fix: Fix a connection to a remote machine bug.
clientgui/
MainDocument.h

View File

@ -35,7 +35,7 @@ public:
void Poll();
void FireReconnectEvent() { m_bConnectEvent = true; };
void ForceReconnect() { m_bForceReconnect = true; m_bConnected = false; };
void ForceReconnect() { m_bForceReconnect = true; SetStateDisconnected(); };
int FrameShutdownDetected();
int GetConnectedComputerName(wxString& strMachine);
int GetConnectingComputerName(wxString& strMachine);