ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/GoogleTron/Blog.cpp
Revision: 713
Committed: 2006-03-27T00:50:21-08:00 (19 years, 2 months ago) by douglas
File size: 328 byte(s)
Log Message:
Stuff and things...

File Contents

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

Properties

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