Changeset 133 for Mulberry/branches/win32-merge-121/Win32/Sources/Application/Mailbox/CMailboxView.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/Mailbox/CMailboxView.h
r126 r133 79 79 }; 80 80 81 typedef svector<CMailboxView*> CMailboxViewList;81 typedef vector<CMailboxView*> CMailboxViewList; 82 82 static cdmutexprotect<CMailboxViewList> sMailboxViews; // List of windows (protected for multi-thread access) 83 83 … … 124 124 mMessageView = copy.mMessageView; } 125 125 }; 126 typedef svector<SMailboxSubstitute> SMailboxSubstituteList;126 typedef vector<SMailboxSubstitute> SMailboxSubstituteList; 127 127 128 128 CMailboxView();