ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Smersh/Person.cpp
(Generate patch)

Comparing Smersh/Person.cpp (file contents):
Revision 165 by Douglas Thrift, 2004-06-17T22:12:33-07:00 vs.
Revision 166 by Douglas Thrift, 2004-06-18T22:24:07-07:00

# Line 6 | Line 6
6  
7   #include "Person.hpp"
8  
9 < Person::Person(const string& sn)
9 > Person::Person(const string& sn) : name("Douglas William Thrift")
10   {
11 <        //
11 >        cerr << sn << '\n';
12   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines