ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/GoogleTron/Wiki.cpp
(Generate patch)

Comparing GoogleTron/Wiki.cpp (file contents):
Revision 716 by douglas, 2006-03-28T04:49:27-08:00 vs.
Revision 717 by douglas, 2006-03-28T22:49:24-08:00

# Line 20 | Line 20 | Wiki::Wiki(const cse::String &sitemap, c
20  
21   void Wiki::Entries(const api::Path &directory, const cse::String &base)
22   {
23 <        cse::String wiki(client.GetProperty(_B("GoogleTron:Wiki"), directory.GetPath()));
23 >        {
24 >                cse::String wiki(client.GetProperty(_B("GoogleTron:Wiki"), directory.GetPath()));
25          
26 <        if (wiki != _B("PmWiki"))
27 <                throw ext::NotImplementedException(_S<ios::String>() << _B("unknown wiki ") << wiki);
26 >                if (wiki != _B("PmWiki"))
27 >                        throw ext::NotImplementedException(_S<ios::String>(_B("unknown wiki ")) << wiki);
28 >        }
29  
30          api::Path wikiDirectory(directory.GetChild(_B("wiki.d")));
31          ext::RedBlackSet<cse::String> excludes(GetProperties<ext::RedBlackSet<cse::String> >(_B("GoogleTron:Exclude"), wikiDirectory.GetPath()));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines