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 170 by Douglas Thrift, 2004-06-19T21:57:10-07:00 vs.
Revision 172 by Douglas Thrift, 2004-06-20T22:47:13-07:00

# Line 21 | Line 21 | private:
21          static string separator, begin, end;
22          string name;
23          vector<Person> multiple;
24        static void configure();
24          void query(const string& sn);
25   public:
26          Person(const string& sn = "");
27          Person(const Person& person) : name(person.name) {}
28          ~Person() {}
29 +        static void configure();
30          bool isMultiple() const { return !multiple.empty(); }
31          vector<Person>::const_iterator beginMultiple() const { return
32                  multiple.begin(); }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines