*** empty log message ***

svn path=/trunk/boinc/; revision=8995
This commit is contained in:
Rom Walton 2005-11-29 09:14:20 +00:00
parent aa70633744
commit 5e7bbbed3d
2 changed files with 2 additions and 2 deletions

View File

@ -435,7 +435,7 @@ int CMainDocument::GetConnectingComputerName(wxString& strMachine) {
}
bool CMainDocument::IsComputerNameLocal(wxString& strMachine) {
bool CMainDocument::IsComputerNameLocal(wxString strMachine) {
return m_pNetworkConnection->IsComputerNameLocal(strMachine);
}

View File

@ -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();