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

Comparing Smersh/Person.hpp (file contents):
Revision 172 by Douglas Thrift, 2004-06-20T22:47:13-07:00 vs.
Revision 173 by Douglas Thrift, 2004-06-21T03:15:47-07:00

# Line 31 | Line 31 | public:
31          vector<Person>::const_iterator beginMultiple() const { return
32                  multiple.begin(); }
33          vector<Person>::const_iterator endMultiple() const { return multiple.end();
34 <                }
34 >        }
35          void clearMultiple() { multiple.clear(); }
36          Person& operator=(const Person& person) { name = person.name; }
37          bool operator==(const Person& person) const { return name == person.name; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines