ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/VTBFileUtil2/ScanUtility.h
(Generate patch)

Comparing trunk/VTBFileUtil2/ScanUtility.h (file contents):
Revision 278 by douglas, 2003-08-25T00:29:00-07:00 vs.
Revision 282 by douglas, 2003-08-25T23:41:12-07:00

# Line 2 | Line 2
2   //
3   // Douglas Thrift
4   //
5 < // $Id: ScanUtility.h,v 1.9 2003/08/25 07:29:00 douglas Exp $
5 > // $Id: ScanUtility.h,v 1.10 2003/08/26 06:41:12 douglas Exp $
6  
7   #ifndef _ScanUtility_h_
8   #define _ScanUtility_h_
9  
10 < #include "IndividualClient.h"
10 > #include "DiscBrowse.h"
11  
12 < class ScanUtility
12 > class ScanUtility : public DiscBrowse
13   {
14   private:
15          PROPSHEETPAGE wizard[5];
16        char* title;
16          IndividualClient client;
17          string scan;
18          string save;
19          string scanDir;
20          string saveDir;
22        HMENU popup;
23        unsigned number;
24        static unsigned count;
21          static map<unsigned, ScanUtility*> utilities;
22          static map<HWND, ScanUtility*> windows;
23          void loadDirs(void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines