Revision: | 265 |
Committed: | 2003-08-16T20:55:39-07:00 (21 years, 10 months ago) by douglas |
Content type: | text/x-c |
File size: | 334 byte(s) |
Log Message: | Stuff works. |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 260 | // Vance Thrift and Biller File Utility 2 |
2 | // | ||
3 | // Douglas Thrift | ||
4 | // | ||
5 | douglas | 265 | // $Id: ScanUtility.h,v 1.2 2003/08/17 03:55:39 douglas Exp $ |
6 | douglas | 260 | |
7 | #ifndef _ScanUtility_h_ | ||
8 | #define _ScanUtility_h_ | ||
9 | |||
10 | #include "IndividualClient.h" | ||
11 | |||
12 | class ScanUtility | ||
13 | { | ||
14 | private: | ||
15 | // | ||
16 | public: | ||
17 | douglas | 265 | ScanUtility() {} |
18 | ~ScanUtility() {} | ||
19 | void run(void); | ||
20 | douglas | 260 | }; |
21 | |||
22 | #endif // _ScanUtility_h_ |