Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of code/doc/ModulesDescription


Ignore:
Timestamp:
Mar 25, 2005, 6:26:02 PM (19 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/ModulesDescription

    v3 v4  
    3030  name = nameIterator->nextElement();       /* give back the next element or NULL if last */
    3131}
     32delete nameIterator;                        /* don't forget to delete the iterator reference again
    3233.
    3334.