Changeset 133 for Mulberry/branches/win32-merge-121/Win32/Sources/Application/Letter/CLetterWindow.h
- Timestamp:
- 11/19/07 21:50:28 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/win32-merge-121/Win32/Sources/Application/Letter/CLetterWindow.h
r126 r133 82 82 83 83 public: 84 typedef svector<CLetterWindow*> CLetterWindowList;84 typedef vector<CLetterWindow*> CLetterWindowList; 85 85 static cdmutexprotect<CLetterWindowList> sLetterWindows; // List of windows (protected for multi-thread access) 86 86 static CMultiDocTemplate* sLetterDocTemplate;