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 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: EmulatedResourceFactory.h
- Revision:
- 41:36c59c3cd6f2
- Parent:
- 39:bd5b2bcd2dcc
- Child:
- 42:46cc1641800b
diff -r 80c9995a9f04 -r 36c59c3cd6f2 EmulatedResourceFactory.h
--- a/EmulatedResourceFactory.h Sat Mar 01 07:18:49 2014 +0000
+++ b/EmulatedResourceFactory.h Sat Mar 01 07:43:17 2014 +0000
@@ -43,7 +43,7 @@
protected:
virtual void createResource(char *name,char *value);
virtual void createResource(char *endpoint_name,char *name,char *value,void *cb);
- void createResource(char *name,char *value,resourceInitializer *initializer);
+ void createResource(char *name,char *value,void *io,void *notused);
};