mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10019
This commit is contained in:
parent
fe4f4f377a
commit
0cded9d5d9
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue