Changeset 76
- Timestamp:
- 11/04/07 03:31:02 (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Item.cpp (modified) (2 diffs)
-
SchedulerView.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Item.cpp
r47 r76 392 392 BOOL CScheduleItem::SetNextTime(CString& str) 393 393 { 394 BOOL bResult;395 396 394 try 397 395 { 398 bResult = 399 m_odtNext.ParseDateTime((LPCTSTR) str); 396 return m_odtNext.ParseDateTime((LPCTSTR) str); 400 397 } 401 398 catch (CException *e) … … 405 402 e->Delete(); 406 403 407 bResult =FALSE;404 return FALSE; 408 405 } 409 406 catch (...) 410 407 { 411 408 ASSERT(FALSE); 412 } 413 414 return bResult; 409 return FALSE; 410 } 415 411 } 416 412 -
trunk/SchedulerView.cpp
r53 r76 1996 1996 E_UINT8 getMetodId(E_UINT8 old) 1997 1997 { 1998 E_UINT8 res ;1998 E_UINT8 res = 0; 1999 1999 old ^= 0x80; 2000 2000 for(E_UINT8 i = 0; i < 5; i++)
Note: See TracChangeset
for help on using the changeset viewer.
