ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/GoogleTron/FileSystem.cpp
Revision: 686
Committed: 2006-03-06T17:40:59-08:00 (19 years, 3 months ago) by douglas
File size: 337 byte(s)
Log Message:
dynamic_cast<Cool *>(stuff);

File Contents

# User Rev Content
1 douglas 686 // Douglas Thrift
2     //
3     // File System
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)
12     {
13     api::Cout << "File System" << ios::NewLine;
14     }

Properties

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