ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Smersh/Person.cpp
Revision: 166
Committed: 2004-06-18T22:24:07-07:00 (21 years ago) by Douglas Thrift
File size: 157 byte(s)
Log Message:
... with good friends and good times ...

File Contents

# User Rev Content
1 Douglas Thrift 164 // Smersh
2     //
3     // Douglas Thrift
4     //
5     // $Id$
6    
7     #include "Person.hpp"
8    
9 Douglas Thrift 166 Person::Person(const string& sn) : name("Douglas William Thrift")
10 Douglas Thrift 164 {
11 Douglas Thrift 166 cerr << sn << '\n';
12 Douglas Thrift 164 }

Properties

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