]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/socket.h
More Motif stuff incl. beginnings of wxToolBar
[wxWidgets.git] / include / wx / socket.h
index b81f609ec4c3fd00bc973978e1d1d1ead5d76268..7837b73813c4938d3f07dbdcfee27334750fea7b 100644 (file)
@@ -259,7 +259,7 @@ public:
 
   virtual bool Connect(wxSockAddress& addr_man, bool wait = TRUE);
 
-  bool WaitOnConnect(long seconds = -1);
+  bool WaitOnConnect(long seconds = -1, long microseconds = 0);
 
   virtual void OnRequest(wxRequestEvent flags);
 };