Changeset 6141 for trunk/MULTI_PROBE/SoTl.hxx
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/MULTI_PROBE/SoTl.hxx (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MULTI_PROBE/SoTl.hxx
r5156 r6141 145 145 // in the list, the flag duplicates has to be set to FALSE. 146 146 // Finally the relation has to be set, by which the list is sorted. 147 // The possib lilities are : RELATION_GREATER and RELATION_LESS147 // The possibilities are : RELATION_GREATER and RELATION_LESS 148 148 positiontype insert_sorted_by_address_of_object( Type *object, 149 149 int relation=RELATION_LESS, … … 377 377 template <class Type> inline Type *List<Type>::get_last() 378 378 { 379 if (last && ! sotl) //behavio ur of a normal linked list379 if (last && ! sotl) //behavior of a normal linked list 380 380 { 381 381 last_asked_list_elem = last; … … 400 400 if (last_asked_list_elem){ 401 401 402 if (!sotl) //behavio ur of a normal linked list402 if (!sotl) //behavior of a normal linked list 403 403 { 404 404 last_asked_list_elem = last_asked_list_elem->get_prev(); … … 430 430 if (last_asked_list_elem){ 431 431 432 if (!sotl) //behavio ur of a normal linked list432 if (!sotl) //behavior of a normal linked list 433 433 { 434 434 last_asked_list_elem = last_asked_list_elem->next;
