Revision: | 164 |
Committed: | 2004-06-17T22:12:33-07:00 (21 years ago) by Douglas Thrift |
File size: | 232 byte(s) |
Log Message: | Wow, that's a lot of stuff. Too bad it doesn't do anything yet. |
# | Content |
---|---|
1 | // Smersh |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // $Id$ |
6 | |
7 | #ifndef _Person_hpp_ |
8 | #define _Person_hpp_ |
9 | |
10 | #include <sql.h> |
11 | |
12 | #include "Smersh.hpp" |
13 | |
14 | class Person |
15 | { |
16 | private: |
17 | public: |
18 | Person(const string& sn = ""); |
19 | ~Person() {} |
20 | }; |
21 | |
22 | #endif // _Person_hpp_ |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |