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.
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: operation/PollThread.h
- Revision:
- 98:e369fc75c000
- Parent:
- 96:ea056f6be2e8
- Child:
- 100:dbcd3bc51758
--- a/operation/PollThread.h Mon Apr 27 13:30:21 2015 +0000 +++ b/operation/PollThread.h Thu May 07 09:57:55 2015 +0000 @@ -9,7 +9,7 @@ { public: PollThread(OperationPool& pool, - ConfigurationSynchronization& configSync): + ConfigSync& configSync): sock(), parser(pool, configSync), thread(PollThread::threadWrapper, this) { strncpy(uri, "/devicecontrol/notifications", sizeof(uri));