Revision: | 260 |
Committed: | 2003-08-16T02:08:35-07:00 (21 years, 10 months ago) by douglas |
Content type: | text/x-c |
File size: | 309 byte(s) |
Log Message: | The world is going to die! |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 260 | // Vance Thrift and Biller File Utility 2 |
2 | // | ||
3 | // Douglas Thrift | ||
4 | // | ||
5 | // $Id: IndividualClient.h,v 1.1 2003/08/16 09:08:35 douglas Exp $ | ||
6 | |||
7 | #ifndef _IndividualClient_h_ | ||
8 | #define _IndividualClient_h_ | ||
9 | |||
10 | #include "IndividualClient.h" | ||
11 | |||
12 | class IndividualClient | ||
13 | { | ||
14 | private: | ||
15 | // | ||
16 | public: | ||
17 | // | ||
18 | }; | ||
19 | |||
20 | #endif // _IndividualClient_h_ |