Added GSocket motif (it compiles but I didn't tested it)
Changed wxSockFlags type (switched to int) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,7 +39,8 @@ class WXDLLEXPORT wxSocketBase : public wxEvtHandler
|
||||
DECLARE_CLASS(wxSocketBase)
|
||||
public:
|
||||
|
||||
enum wxSockFlags { NONE=0, NOWAIT=1, WAITALL=2, SPEED=4 };
|
||||
enum { NONE=0, NOWAIT=1, WAITALL=2, SPEED=4 };
|
||||
typedef int wxSockFlags;
|
||||
// Type of request
|
||||
|
||||
enum wxSockType { SOCK_CLIENT, SOCK_SERVER, SOCK_INTERNAL, SOCK_UNINIT };
|
||||
|
Reference in New Issue
Block a user