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.
Diff: mbed-connector-interface/Resource.h
- Revision:
- 17:defb680f8fce
- Parent:
- 0:1f1f55e73248
- Child:
- 18:996d04762f32
--- a/mbed-connector-interface/Resource.h Fri Jun 10 18:53:01 2016 +0000
+++ b/mbed-connector-interface/Resource.h Fri Jun 10 19:22:26 2016 +0000
@@ -159,13 +159,13 @@
return this->m_options;
}
- Logger *m_logger;
+ Logger *m_logger;
void *m_endpoint;
string m_obj_name;
string m_res_name;
- InnerType m_value;
- bool m_implements_observation;
- void *m_options;
+ InnerType m_value;
+ bool m_implements_observation;
+ void *m_options;
};
#endif // __RESOURCE_H__