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: DebouncedEdgeIn I2cLCD_cursor Rtc8564 mbed beep
Diff: Model/I_SetPresentTime.h
- Revision:
- 1:f8713c387a68
- Child:
- 2:6f0158399eff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Model/I_SetPresentTime.h Fri Feb 14 09:24:03 2014 +0000
@@ -0,0 +1,15 @@
+#ifndef I_SET_PRESENT_TIME_H
+#define I_SET_PRESENT_TIME_H
+
+namespace Model
+{
+class I_SetPresentTime
+{
+public:
+ virtual ~I_SetPresentTime() {}
+
+ virtual void setPresentTime() = 0;
+};
+}
+
+#endif // I_SET_PRESENT_TIME_H
\ No newline at end of file