Changeset 133 for Mulberry/branches/win32-merge-121/Win32/Sources/Application/Calendar/Calendar_View/Calendar_Store_View/CCalendarStoreView.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/Calendar/Calendar_View/Calendar_Store_View/CCalendarStoreView.h
r126 r133 39 39 { 40 40 public: 41 typedef svector<CCalendarStoreView*> CCalendarStoreViewList;41 typedef vector<CCalendarStoreView*> CCalendarStoreViewList; 42 42 static cdmutexprotect<CCalendarStoreViewList> sCalendarStoreViews; // List of windows (protected for multi-thread access) 43 43