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 714 by douglas, 2006-03-27T01:56:17-08:00 vs.
Revision 716 by douglas, 2006-03-28T04:49:27-08:00

# 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()));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines