# | Line 23 | Line 23 | void Wiki::Entries(const api::Path &dire | |
---|---|---|
23 | cse::String wiki(client.GetProperty(_B("GoogleTron:Wiki"), directory.GetPath())); | |
24 | ||
25 | if (wiki != _B("PmWiki")) | |
26 | < | throw ext::NotImplementedException(wiki); |
26 | > | throw ext::NotImplementedException(_S<ios::String>() << _B("unknown wiki ") << wiki); |
27 | ||
28 | api::Path wikiDirectory(directory.GetChild(_B("wiki.d"))); | |
29 | ext::RedBlackSet<cse::String> excludes(GetProperties<ext::RedBlackSet<cse::String> >(_B("GoogleTron:Exclude"), wikiDirectory.GetPath())); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |