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

Comparing GoogleTron/Command.hpp (file contents):
Revision 697 by douglas, 2006-03-10T04:17:42-08:00 vs.
Revision 698 by douglas, 2006-03-12T19:28:22-08:00

# Line 32 | Line 32 | protected:
32          const cse::String &sitemap, &base;
33          ext::Queue<Url> &queue;
34          api::ThreadMutex &queueLock;
35 < //      Subversion::Client client;
35 >        Subversion::Client client;
36          CommandRunner(const cse::String &sitemap, const cse::String &base, ext::Queue<Url> &queue, api::ThreadMutex &queueLock) : sitemap(sitemap), base(base), queue(queue), queueLock(queueLock) {}
37   };
38  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines