[PD-cvs] externals/PDContainer/include HList.h,1.2,1.3

Georg Holzmann grholzi at users.sourceforge.net
Tue Feb 22 21:53:31 CET 2005


Update of /cvsroot/pure-data/externals/PDContainer/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16984

Modified Files:
	HList.h 
Log Message:


Index: HList.h
===================================================================
RCS file: /cvsroot/pure-data/externals/PDContainer/include/HList.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HList.h	21 Feb 2005 18:14:20 -0000	1.2
--- HList.h	22 Feb 2005 20:53:28 -0000	1.3
***************
*** 170,176 ****
      {  return data_[h_namespace_].size();  }
  
    /* get the current iterator position
     */
!   virtual int getIterPos() //const
      {        
        makeIterator(); 
--- 170,181 ----
      {  return data_[h_namespace_].size();  }
  
+   /* set current iterator position
+    */
+   virtual void setIterPos(int position)
+   {  i_pos_ = position;  }
+ 
    /* get the current iterator position
     */
!   virtual int getIterPos()
      {        
        makeIterator(); 





More information about the Pd-cvs mailing list