]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/socket.h
document that dragging in wxTreeCtrl needs to be explicitely allowed (fixes #3915)
[wxWidgets.git] / interface / wx / socket.h
index 0c7b0eceaee9ddb7a3b1f2a3d9c8aae03e16b16c..621df49adf382cb9daa6ed0befe31ff4c45c0558 100644 (file)
@@ -257,12 +257,12 @@ public:
 
         @return @true on success, @false if something goes wrong (invalid @a service).
     */
-    virtual bool Service(unsigned short service);
+    virtual bool Service(unsigned short service) = 0;
 
     /**
         Returns the current service.
     */
-    virtual unsigned short Service() const;
+    virtual unsigned short Service() const = 0;
 };
 
 
@@ -712,6 +712,13 @@ public:
     */
     bool GetPeer(wxSockAddress& addr) const;
 
+    /**
+        Return the socket timeout in seconds.
+
+        The timeout can be set using SetTimeout() and is 10 minutes by default.
+     */
+    long GetTimeout() const;
+
     /**
         Returns @true if the socket is connected.
     */