Changeset 5230 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Sep 23, 2005, 11:54:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/list.h
r5229 r5230 208 208 this->first = NULL; 209 209 this->last = NULL; 210 this->currentEl = NULL; 210 211 this->size = 0; 211 212 } … … 385 386 template<class T> 386 387 inline tIterator<T>::~tIterator () 387 {} 388 { 389 this->currentEl = NULL; 390 this->tmpEl = NULL; 391 this->list = NULL; 392 } 388 393 389 394 /**
Note: See TracChangeset
for help on using the changeset viewer.