# | Line 11 | Line 11 | |
---|---|---|
11 | FileSystem::FileSystem(const cse::String &sitemap, const cse::String &base, ext::Queue<Url> &queue, api::ThreadMutex &queueLock, const _R<FileSystemCommand> &command) : CommandRunner(sitemap, base, queue, queueLock) | |
12 | { | |
13 | api::Cout << _B("File System") << ios::NewLine; | |
14 | + | |
15 | + | _foreach (const _L<Subversion::Entry>, entry, client.GetEntries(*command)) |
16 | + | api::Cout << cse::String(*entry) << ios::NewLine; |
17 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |