| 14 | AmsDataStorage::AmsDataStorage(RemoteDebug* debugger) { |
| 15 | #else |
| 16 | AmsDataStorage::AmsDataStorage(Stream* debugger) { |
| 17 | #endif |
| 18 | day.version = 6; |
| 19 | day.accuracy = 1; |
| 20 | month.version = 7; |
| 21 | month.accuracy = 1; |
| 22 | this->debugger = debugger; |
| 23 | } |
| 24 | |
| 25 | void AmsDataStorage::setTimezone(Timezone* tz) { |
| 26 | this->tz = tz; |
nothing calls this directly
no outgoing calls
no test coverage detected