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.
Dependents: M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more
Diff: Socket/Socket.cpp
- Revision:
- 39:6e94520a3217
- Parent:
- 20:6e7eaf4f8634
- Child:
- 66:a170496ec5cf
--- a/Socket/Socket.cpp Thu Dec 19 15:56:05 2013 +0000 +++ b/Socket/Socket.cpp Thu Dec 19 19:49:58 2013 +0000 @@ -20,7 +20,7 @@ #include <cstring> Socket::Socket() : _blocking(true), _timeout(1500) { - cellular = Cellular::getInstance(); + cellular = mts::Cellular::getInstance(); } void Socket::set_blocking(bool blocking, unsigned int timeout) {