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
#
Content
1
// Smersh
2
//
3
// Douglas Thrift
4
//
5
// $Id$
6
7
#include
"Person.hpp"
8
9
Person
::
Person
(
const
string
&
sn
)
:
name
(
"Douglas William Thrift"
)
10
{
11
cerr
<<
sn
<<
'\n'
;
12
}
Properties
Name
Value
svn:eol-style
native
svn:keywords
Id