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 169 by Douglas Thrift, 2004-06-19T17:38:00-07:00 vs.
Revision 170 by Douglas Thrift, 2004-06-19T21:57:10-07:00

# Line 9 | Line 9
9  
10   #include <pstream.h>
11  
12 + using namespace redi;
13 +
14   #include "Matcher.hpp"
15  
16   class Person
17   {
18   private:
19 +        static string file;
20 +        static vector<string> args;
21 +        static string separator, begin, end;
22          string name;
23          vector<Person> multiple;
24 +        static void configure();
25 +        void query(const string& sn);
26   public:
27          Person(const string& sn = "");
28          Person(const Person& person) : name(person.name) {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines