ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/GoogleTron/FileSystem.cpp
Revision: 700
Committed: 2006-03-12T19:56:59-08:00 (19 years, 3 months ago) by douglas
File size: 594 byte(s)
Log Message:
Cheese!

File Contents

# Content
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, 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
18 api::Cout << client.GetProperty(_B("svn:keywords"), _B("make.sh")) << ios::NewLine;
19 }

Properties

Name Value
svn:eol-style native
svn:keywords Id