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

Comparing GoogleTron/FileSystem.cpp (file contents):
Revision 697 by douglas, 2006-03-09T23:42:52-08:00 vs.
Revision 698 by douglas, 2006-03-12T19:28:22-08:00

# Line 11 | Line 11
11   FileSystem::FileSystem(const cse::String &sitemap, const cse::String &base, ext::Queue<Url> &queue, api::ThreadMutex &queueLock, const _R<FileSystemCommand> &command) : CommandRunner(sitemap, base, queue, queueLock)
12   {
13          api::Cout << _B("File System") << ios::NewLine;
14 +
15 +        _synchronized (queueLock)
16 +                queue.Push(Url(_S<ios::String>() << base << _B("make.sh"), client.GetEntryCommittedDate(_B("make.sh"))));
17   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines