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

Comparing GoogleTron/Wiki.hpp (file contents):
Revision 713 by douglas, 2006-03-27T00:50:21-08:00 vs.
Revision 714 by douglas, 2006-03-27T01:56:17-08:00

# Line 23 | Line 23 | struct WikiCommand : public Command
23   class Wiki : public CommandRunner
24   {
25          void Entries(const api::Path &directory, const cse::String &base);
26 <        void Entry(const api::Path &file, const cse::String &base, const Subversion::Entry &entry);
26 >        void Entry(const api::Path &file, const cse::String &base, const Subversion::Entry &entry, const cse::String &section, const cse::String &page);
27   public:
28          Wiki(const cse::String &sitemap, const cse::String &base, ext::Queue<Url> &queue, api::ThreadMutex &queueLock, const _R<WikiCommand> &command);
29   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines