Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of VodafoneUSBModem by
Diff: ip/PPPIPInterface.h
- Revision:
- 12:66dc2c8eba2d
- Parent:
- 9:3f077dde13c9
- Child:
- 18:1789a11d1892
diff -r 565b2ec40dea -r 66dc2c8eba2d ip/PPPIPInterface.h
--- a/ip/PPPIPInterface.h	Wed Jul 11 12:47:53 2012 +0000
+++ b/ip/PPPIPInterface.h	Wed Jul 11 21:25:03 2012 +0000
@@ -46,7 +46,7 @@
 
     int init(); //Init PPP-specific stuff, create the right bindings, etc
     int setup(const char* user, const char* pw); //Setup authentication
-    virtual int connect(const char* msisdn);
+    virtual int connect();
     virtual int disconnect();
 
 private:
    