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

Comparing trunk/VTBFileUtil2/License.h (file contents):
Revision 291 by douglas, 2003-09-05T01:57:00-07:00 vs.
Revision 292 by douglas, 2003-09-08T18:43:28-07:00

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines