Changes between Version 3 and Version 4 of code/doc/ModulesDescription
- Timestamp:
- Mar 25, 2005, 6:26:02 PM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/ModulesDescription
v3 v4 30 30 name = nameIterator->nextElement(); /* give back the next element or NULL if last */ 31 31 } 32 delete nameIterator; /* don't forget to delete the iterator reference again 32 33 . 33 34 .