* Made GSocket::GetError() exp/imp from net library and provide an inline
compatibility function. * Provide a Null gs_gui_functions implementation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -332,8 +332,6 @@ void GSocket_SetNonBlocking(GSocket *socket, int non_block);
|
||||
*/
|
||||
void GSocket_SetTimeout(GSocket *socket, unsigned long millisec);
|
||||
|
||||
#endif /* ndef wxUSE_GSOCKET_CPLUSPLUS */
|
||||
|
||||
/* GSocket_GetError:
|
||||
* Returns the last error occured for this socket. Note that successful
|
||||
* operations do not clear this back to GSOCK_NOERROR, so use it only
|
||||
@@ -341,8 +339,6 @@ void GSocket_SetTimeout(GSocket *socket, unsigned long millisec);
|
||||
*/
|
||||
GSocketError WXDLLIMPEXP_NET GSocket_GetError(GSocket *socket);
|
||||
|
||||
#ifndef wxUSE_GSOCKET_CPLUSPLUS
|
||||
|
||||
/* Callbacks */
|
||||
|
||||
/* GSOCK_INPUT:
|
||||
|
Reference in New Issue
Block a user