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

Comparing trunk/VTBFileUtil2/Chooser.h (file contents):
Revision 267 by douglas, 2003-08-17T16:39:32-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: Chooser.h,v 1.3 2003/08/17 23:39:32 douglas Exp $
5 > // $Id: Chooser.h,v 1.4 2003/08/19 04:39:38 douglas Exp $
6  
7   #ifndef _Chooser_h_
8   #define _Chooser_h_
# Line 18 | Line 18 | private:
18          static unsigned count;
19          static map<unsigned, Chooser*> choosers;
20          static map<HWND, Chooser*> windows;
21 +        static INT_PTR CALLBACK window(HWND dialog, UINT msg, WPARAM w, LPARAM l);
22          void desktop(void);
23   public:
24          Chooser();
25          ~Chooser();
26          Mode choose(HWND parent = NULL);
26        static INT_PTR CALLBACK window(HWND dialog, UINT msg, WPARAM w, LPARAM l);
27   };
28  
29   #endif // _Chooser_h_

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines