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

File Contents

# Content
1 // Wiki
2 //
3 // Douglas Thrift
4 //
5 // $Id$
6
7 #include <cxx/standard.hh>
8
9 #include "Wiki.hpp"
10
11 Wiki::Wiki(const cse::String &sitemap, const cse::String &base, ext::Queue<Url> &queue, api::ThreadMutex &queueLock, const _R<WikiCommand> &command) : CommandRunner(sitemap, base, queue, queueLock)
12 {
13 api::Cout << _B("Wiki") << ios::NewLine;
14 }

Properties

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