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 268 by douglas, 2003-08-18T21:39:38-07:00 vs.
Revision 269 by douglas, 2003-08-19T01:19:24-07:00

# Line 2 | Line 2
2   //
3   // Douglas Thrift
4   //
5 < // $Id: ScanUtility.h,v 1.3 2003/08/19 04:39:38 douglas Exp $
5 > // $Id: ScanUtility.h,v 1.4 2003/08/19 08:19:24 douglas Exp $
6  
7   #ifndef _ScanUtility_h_
8   #define _ScanUtility_h_
# Line 14 | Line 14 | class ScanUtility
14   private:
15          HPROPSHEETPAGE wizard[5];
16          char* title;
17 +        char scanDir[MAX_PATH];
18 +        char saveDir[MAX_PATH];
19          unsigned number;
20          static unsigned count;
21          static map<unsigned, ScanUtility*> utilities;
22          static map<HWND, ScanUtility*> windows;
23 +        void loadDirs(void);
24 +        void saveDirs(void);
25 +        void setScanDir(HWND parent = NULL);
26 +        void setSaveDir(HWND parent = NULL);
27          static INT_PTR CALLBACK start(HWND dialog, UINT msg, WPARAM w, LPARAM l);
28   public:
29          ScanUtility();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines