ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/GoogleTron/Wiki.hpp
Revision: 696
Committed: 2006-03-10T00:08:31-08:00 (19 years, 4 months ago) by douglas
File size: 490 byte(s)
Log Message:
Wiki!

File Contents

# User Rev Content
1 douglas 696 // Wiki
2     //
3     // Douglas Thrift
4     //
5     // $Id$
6    
7     #ifndef _Wiki_hpp_
8     #define _Wiki_hpp_
9    
10     #include <cxx/platform.hpp>
11    
12     #ifdef MENES_PRAGMA_ONCE
13     #pragma once
14     #endif
15    
16     #include "Command.hpp"
17    
18     struct WikiCommand : public Command
19     {
20     WikiCommand(const cse::String &root) : Command(root) {}
21     };
22    
23     class Wiki : public CommandRunner
24     {
25     public:
26     Wiki(const cse::String &sitemap, const cse::String &base, ext::Queue<Url> &queue, api::ThreadMutex &queueLock, const _R<WikiCommand> &command);
27     };
28    
29     #endif//_Wiki_hpp_

Properties

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