# | Line 2 | Line 2 | |
---|---|---|
2 | // | |
3 | // Douglas Thrift | |
4 | // | |
5 | < | // $Id: License.h,v 1.1 2003/09/05 08:57:00 douglas Exp $ |
5 | > | // $Id: License.h,v 1.2 2003/09/09 01:43:28 douglas Exp $ |
6 | ||
7 | #ifndef _License_h_ | |
8 | #define _License_h_ | |
# | Line 13 | Line 13 | class License | |
13 | { | |
14 | private: | |
15 | unsigned number; | |
16 | + | ostringstream license; |
17 | static unsigned count; | |
18 | + | static HMODULE library; |
19 | static map<unsigned, License*> licenses; | |
20 | static map<HWND, License*> windows; | |
21 | static INT_PTR CALLBACK window(HWND dialog, UINT msg, WPARAM w, LPARAM l); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |