* Added end process notification in motif.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux
1998-11-11 18:06:28 +00:00
parent 55acd85e71
commit 8ef6a930da
5 changed files with 138 additions and 54 deletions

View File

@@ -1034,8 +1034,10 @@ void wxSocketBase::WantSpeedBuffer(char *buffer, size_t nbytes,
if (ret < 0) {
m_lcount = 0;
m_error = errno;
} else
} else {
m_lcount = ret;
m_error = 0;
}
}
void wxSocketBase::WantBuffer(char *buffer, size_t nbytes,