NetworkSocketAPI
Dependents: HelloWizFi250Interface
Fork of NetworkSocketAPI by
Diff: Socket.cpp
- Revision:
- 118:96627c4b83d5
- Parent:
- 115:950b19eb0f02
--- a/Socket.cpp Wed Apr 20 19:48:17 2016 -0500 +++ b/Socket.cpp Wed Apr 20 20:38:00 2016 -0500 @@ -109,6 +109,10 @@ } +void Socket::wakeup() +{ +} + void Socket::thunk(void *data) { Socket *self = (Socket *)data;