Mercurial > ecos-v2_0-branch
diff host/tools/testtool/win32/LocalPropertiesDialog.cpp @ 82:6736c52df507 ecos-sw-2000-04-14
Merge from eCos master repository on 2000-04-14-13:35:46-BST
| author | jlarmour |
|---|---|
| date | Tue, 18 Apr 2000 21:51:55 +0000 |
| parents | 435cced73e2f |
| children |
line wrap: on
line diff
--- a/host/tools/testtool/win32/LocalPropertiesDialog.cpp +++ b/host/tools/testtool/win32/LocalPropertiesDialog.cpp @@ -28,7 +28,7 @@ #include "stdafx.h" #include "TestToolRes.h" // main symbols #include "LocalPropertiesDialog.h" -#include "eCosTestSocket.h" +#include "eCosSocket.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE @@ -198,7 +198,7 @@ void CLocalPropertiesDialog::OnOK() return; } - if(!m_bSerial && !CeCosTestSocket::IsLegalHostPort(CeCosTestSocket::HostPort(m_strLocalTCPIPHost,m_nLocalTCPIPPort))){ + if(!m_bSerial && !CeCosSocket::IsLegalHostPort(CeCosSocket::HostPort(m_strLocalTCPIPHost,m_nLocalTCPIPPort))){ MessageBox(_T("Please provide a valid host/port combination for TCP/IP connection")); } else if (RESET_X10==m_nReset && m_strReset.IsEmpty()){ MessageBox(_T("Please provide a valid reset string for X10 reset"));
