]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/socket.h
Update configuration for OpenVMS
[wxWidgets.git] / include / wx / socket.h
index 165aa97890aa3d0f5c5aa253c76dcc439505c9e8..61073626585f6280f4ac71dd10f10d3b9be71f62 100644 (file)
@@ -160,6 +160,7 @@ public:
   wxSocketFlags GetFlags() const { return m_flags; }
   void SetFlags(wxSocketFlags flags);
   void SetTimeout(long seconds);
+  long GetTimeout() const { return m_timeout; }
 
   bool GetOption(int level, int optname, void *optval, int *optlen);
   bool SetOption(int level, int optname, const void *optval, int optlen);