ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/GoogleTron/FileSystem.hpp
Revision: 687
Committed: 2006-03-06T18:05:20-08:00 (19 years, 4 months ago) by douglas
File size: 574 byte(s)
Log Message:
Exclusive!

File Contents

# User Rev Content
1 douglas 686 // Douglas Thrift
2     //
3     // File System
4     //
5     // $Id$
6    
7     #ifndef _FileSystem_hpp_
8     #define _FileSystem_hpp_
9    
10     #include <cxx/platform.hpp>
11    
12     #ifdef MENES_PRAGMA_ONCE
13     #pragma once
14     #endif
15    
16     #include <queue>
17    
18     #include "Command.hpp"
19    
20     struct FileSystemCommand : public Command
21     {
22     cse::String root;
23 douglas 687 _L<cse::String> excludes;
24 douglas 686 FileSystemCommand(const cse::String &root) : root(root) {}
25     };
26    
27     struct FileSystem : public CommandRunner
28     {
29     FileSystem(const cse::String &sitemap, std::queue<Url> &queue, api::ThreadMutex &queueLock, const _R<FileSystemCommand> &command);
30     };
31    
32     #endif//_FileSystem_hpp_

Properties

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