Update of /cvsroot/pure-data/externals/PDContainer/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9109
Modified Files: HList.h Log Message: added modify message
Index: HList.h =================================================================== RCS file: /cvsroot/pure-data/externals/PDContainer/include/HList.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** HList.h 22 Feb 2005 20:53:28 -0000 1.3 --- HList.h 18 Mar 2005 10:14:07 -0000 1.4 *************** *** 120,124 **** i_pos_++; } ! /* gives back the element at the current * iterator position --- 120,134 ---- i_pos_++; } ! ! /* overrides the element at the current ! * iterator position ! */ ! virtual void modify(Element value) ! { ! makeIterator(); ! *iter_=value; ! } ! ! /* gives back the element at the current * iterator position