mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8995
This commit is contained in:
parent
aa70633744
commit
5e7bbbed3d
|
@ -435,7 +435,7 @@ int CMainDocument::GetConnectingComputerName(wxString& strMachine) {
|
|||
}
|
||||
|
||||
|
||||
bool CMainDocument::IsComputerNameLocal(wxString& strMachine) {
|
||||
bool CMainDocument::IsComputerNameLocal(wxString strMachine) {
|
||||
return m_pNetworkConnection->IsComputerNameLocal(strMachine);
|
||||
}
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ public:
|
|||
|
||||
int GetConnectedComputerName(wxString& strMachine);
|
||||
int GetConnectingComputerName(wxString& strMachine);
|
||||
bool IsComputerNameLocal(wxString& strMachine);
|
||||
bool IsComputerNameLocal(wxString strMachine);
|
||||
bool IsConnected();
|
||||
bool IsReconnecting();
|
||||
|
||||
|
|
Loading…
Reference in New Issue