File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
libraries/SocketWrapper/src Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 22#include " AClient.h"
33#include " MbedSSLClient.h"
44
5- AClient::AClient (unsigned long timeout) {
6- setSocketTimeout (timeout);
7- }
8-
95void arduino::AClient::newMbedClient () {
106 client.reset (new MbedClient ());
117 client->setNetwork (getNetwork ());
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ class AClient : public Client {
2828public:
2929
3030 AClient () {}
31- AClient (unsigned long timeout);
3231
3332 virtual int connect (IPAddress ip, uint16_t port);
3433 virtual int connect (const char *host, uint16_t port);
@@ -71,7 +70,6 @@ class ASslClient : public AClient {
7170public:
7271
7372 ASslClient () {}
74- ASslClient (unsigned long timeout) : AClient(timeout) {}
7573
7674 void disableSNI (bool statusSNI);
7775
You can’t perform that action at this time.
0 commit comments