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 277 by douglas, 2003-08-24T00:31:45-07:00 vs.
Revision 278 by douglas, 2003-08-25T00:29:00-07:00

# Line 2 | Line 2
2   //
3   // Douglas Thrift
4   //
5 < // $Id: ScanUtility.h,v 1.8 2003/08/24 07:31:45 douglas Exp $
5 > // $Id: ScanUtility.h,v 1.9 2003/08/25 07:29:00 douglas Exp $
6  
7   #ifndef _ScanUtility_h_
8   #define _ScanUtility_h_
# Line 35 | Line 35 | private:
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);
37          static INT_PTR CALLBACK enter(HWND dialog, UINT msg, WPARAM w, LPARAM l);
38 +        static INT_PTR CALLBACK confirm(HWND dialog, UINT msg, WPARAM w, LPARAM l);
39 +        static INT_PTR CALLBACK done(HWND dialog, UINT msg, WPARAM w, LPARAM l);
40   public:
41          ScanUtility();
42          ~ScanUtility();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines