Changeset 143 for Mulberry/trunk/Sources_Common/Application/Calendar/Calendar_View/Calendar_Store_View/CCalendarStoreViewCommon.cp
- Timestamp:
- 11/20/07 23:45:14 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Sources_Common/Application/Calendar/Calendar_View/Calendar_Store_View/CCalendarStoreViewCommon.cp
r19 r143 39 39 void CCalendarStoreView::ListenTo_Message(long msg, void* param) 40 40 { 41 switch(msg) 42 { 43 default: 44 CTableView::ListenTo_Message(msg, param); 45 break; 46 } 41 CTableView::ListenTo_Message(msg, param); 47 42 } 48 43