mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-03-21 17:24:37 -05:00
- Created common interface that GDrive and Webdav implement (rfs::IRemoteFS) - Moved shared functionality into shared interface/implementation - drive.h/.cpp was replaced by remote.h/.cpp - fld.cpp now gets a copy of RfsItem (former gdIems), because the implementation is not required to retain these (e.g. Webdav does not) - UI presentation changed from [GD] to [R] (Remote) |
||
|---|---|---|
| .. | ||
| fs | ||
| gfx | ||
| ui | ||
| cfg.h | ||
| curlfuncs.h | ||
| data.h | ||
| fs.h | ||
| gd.h | ||
| gfx.h | ||
| rfs.h | ||
| type.h | ||
| ui.h | ||
| util.h | ||
| webdav.h | ||