| 240 | } |
| 241 | |
| 242 | kml::Timestamp FileModificationTimestamp(std::string const & fullFilePath) |
| 243 | { |
| 244 | return kml::TimestampClock::from_time_t(Platform::GetFileModificationTime(fullFilePath)); |
| 245 | } |
| 246 | } // namespace |
| 247 | |
| 248 | BookmarkManager::BookmarkManager(Callbacks && callbacks) |
no outgoing calls
no test coverage detected