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: mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more
Diff: ResourceFactory.h
- Revision:
- 8:d7ea38b0e131
- Parent:
- 7:36ec6469949e
- Child:
- 10:62107616fc6c
--- a/ResourceFactory.h Mon Feb 24 22:22:57 2014 +0000
+++ b/ResourceFactory.h Mon Feb 24 22:25:18 2014 +0000
@@ -46,7 +46,7 @@
protected:
virtual void createResource(char *endpoint_name,char *name,char *value,void *internals);
- void createResource(char *name,char *value);
+ virtual void createResource(char *name,char *value);
};