NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Files at this revision

API Documentation at this revision

Comitter:
sarahmarshy
Date:
Wed Jul 22 20:55:37 2015 +0000
Parent:
14:9e1bd182ef07
Child:
16:658d4943c753
Commit message:
Updating

Changed in this revision

NetworkInterface.h Show annotated file Show diff for this revision Revisions of this file
--- a/NetworkInterface.h	Wed Jul 22 20:16:57 2015 +0000
+++ b/NetworkInterface.h	Wed Jul 22 20:55:37 2015 +0000
@@ -52,7 +52,7 @@
     /** Stop the interface, bringing down dhcp if necessary.
         @returns 0 on success, a negative number on failure
      */
-    virtual int32_t disconnect(void) const = 0;
+    virtual int32_t disconnect(void) = 0;
 
     /** Get the current IP address.
         @returns a pointer to a string containing the IP address.