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

Comparing GoogleTron/FileSystem.hpp (file contents):
Revision 704 by douglas, 2006-03-09T23:42:52-08:00 vs.
Revision 705 by douglas, 2006-03-18T20:49:26-08:00

# Line 22 | Line 22 | struct FileSystemCommand : public Comman
22  
23   class FileSystem : public CommandRunner
24   {
25 +        void Directory(const api::Path &directory, const cse::String &base);
26 +        void File(const api::Path &directory, const cse::String &base, const Subversion::Entry &entry);
27   public:
28          FileSystem(const cse::String &sitemap, const cse::String &base, ext::Queue<Url> &queue, api::ThreadMutex &queueLock, const _R<FileSystemCommand> &command);
29   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines