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
Model/I_SetPresentTime.h
- Committer:
- togayan
- Date:
- 2014-02-14
- Revision:
- 1:f8713c387a68
- Child:
- 2:6f0158399eff
File content as of revision 1:f8713c387a68:
#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