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 686 by douglas, 2006-03-06T17:40:59-08:00 vs.
Revision 701 by douglas, 2006-03-13T03:54:44-08:00

# Line 1 | Line 1
1 // Douglas Thrift
2 //
1   // File System
2   //
3 + // Douglas Thrift
4 + //
5   // $Id$
6  
7   #include <cxx/standard.hh>
8  
9   #include "FileSystem.hpp"
10  
11 < FileSystem::FileSystem(const cse::String &sitemap, std::queue<Url> &queue, api::ThreadMutex &queueLock, const _R<FileSystemCommand> &command) : CommandRunner(sitemap, queue, queueLock)
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 << "File System" << ios::NewLine;
13 >        api::Cout << _B("File System") << ios::NewLine;
14 >
15 >        _foreach (const _L<Subversion::Entry>, entry, client.GetEntries(*command))
16 >                api::Cout << cse::String(*entry) << ios::NewLine;
17   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines