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

Comparing trunk/VTBFileUtil2/Chooser.cxx (file contents):
Revision 268 by douglas, 2003-08-18T21:39:38-07:00 vs.
Revision 273 by douglas, 2003-08-20T23:29:24-07:00

# Line 2 | Line 2
2   //
3   // Douglas Thrift
4   //
5 < // $Id: Chooser.cxx,v 1.6 2003/08/19 04:39:38 douglas Exp $
5 > // $Id: Chooser.cxx,v 1.9 2003/08/21 06:29:24 douglas Exp $
6  
7   #include "Chooser.h"
8  
# Line 33 | Line 33 | unsigned Chooser::count = 0;
33   map<unsigned, Chooser*> Chooser::choosers;
34   map<HWND, Chooser*> Chooser::windows;
35  
36 < INT_PTR CALLBACK Chooser::window(HWND dialog, UINT msg, WPARAM w, LPARAM l)
36 > INT_PTR Chooser::window(HWND dialog, UINT msg, WPARAM w, LPARAM l)
37   {
38          map<HWND, Chooser*>::iterator itor = windows.find(dialog);
39          Chooser* data = itor->second;
# Line 72 | Line 72 | INT_PTR CALLBACK Chooser::window(HWND di
72                  case IDCANCEL:
73                          data->choice = none;
74                  case IDOK:
75                        windows.erase(dialog);
75                          EndDialog(dialog, w);
76                          return TRUE;
77                  default:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines