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 267 by douglas, 2003-08-16T20:55:39-07:00 vs.
Revision 268 by douglas, 2003-08-18T21:39:38-07:00

# Line 2 | Line 2
2   //
3   // Douglas Thrift
4   //
5 < // $Id: ScanUtility.h,v 1.2 2003/08/17 03:55:39 douglas Exp $
5 > // $Id: ScanUtility.h,v 1.3 2003/08/19 04:39:38 douglas Exp $
6  
7   #ifndef _ScanUtility_h_
8   #define _ScanUtility_h_
# Line 12 | Line 12
12   class ScanUtility
13   {
14   private:
15 <        //
15 >        HPROPSHEETPAGE wizard[5];
16 >        char* title;
17 >        unsigned number;
18 >        static unsigned count;
19 >        static map<unsigned, ScanUtility*> utilities;
20 >        static map<HWND, ScanUtility*> windows;
21 >        static INT_PTR CALLBACK start(HWND dialog, UINT msg, WPARAM w, LPARAM l);
22   public:
23 <        ScanUtility() {}
24 <        ~ScanUtility() {}
23 >        ScanUtility();
24 >        ~ScanUtility();
25          void run(void);
26   };
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines