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 695 by douglas, 2006-03-09T23:42:52-08:00 vs.
Revision 696 by douglas, 2006-03-10T00:08:31-08:00

# Line 28 | Line 28 | protected:
28   class CommandRunner
29   {
30   protected:
31 <        const cse::String &sitemap;
32 <        const cse::String &base;
31 >        const cse::String &sitemap, &base;
32          ext::Queue<Url> &queue;
33          api::ThreadMutex &queueLock;
34          CommandRunner(const cse::String &sitemap, const cse::String &base, ext::Queue<Url> &queue, api::ThreadMutex &queueLock) : sitemap(sitemap), base(base), queue(queue), queueLock(queueLock) {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines