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 274 by douglas, 2003-08-21T23:30:14-07:00 vs.
Revision 277 by douglas, 2003-08-24T00:31:45-07:00

# Line 2 | Line 2
2   //
3   // Douglas Thrift
4   //
5 < // $Id: ScanUtility.h,v 1.7 2003/08/22 06:30:14 douglas Exp $
5 > // $Id: ScanUtility.h,v 1.8 2003/08/24 07:31:45 douglas Exp $
6  
7   #ifndef _ScanUtility_h_
8   #define _ScanUtility_h_
# Line 19 | Line 19 | private:
19          string save;
20          string scanDir;
21          string saveDir;
22        HMENU menu;
22          HMENU popup;
23          unsigned number;
24          static unsigned count;
# Line 30 | Line 29 | private:
29          void setScanDir(HWND parent = NULL);
30          void setSaveDir(HWND parent = NULL);
31          void populate(HWND parent);
32 +        static ScanUtility* which(HWND window);
33 +        static ScanUtility* which(HWND window, LPARAM l);
34          static int CALLBACK browse(HWND dialog, UINT msg, LPARAM l, LPARAM d);
35          static INT_PTR CALLBACK start(HWND dialog, UINT msg, WPARAM w, LPARAM l);
36          static INT_PTR CALLBACK select(HWND dialog, UINT msg, WPARAM w, LPARAM l);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines