Changeset 8838 for trunk/MagicSoft/Cosy/candrv
- Timestamp:
- 01/30/08 13:55:40 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/candrv/sdolist.cc
r8376 r8838 93 93 int PendingSDOList::IsPending() const 94 94 { 95 return (int)fFirst->Next;95 return fFirst->Next ? 1 : 0; 96 96 } 97 97
Note:
See TracChangeset
for help on using the changeset viewer.