/[svn]/linuxsampler/trunk/src/common/Pool.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/Pool.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 271 by schoenebeck, Fri Oct 8 20:51:39 2004 UTC revision 277 by schoenebeck, Sat Oct 9 15:48:32 2004 UTC
# Line 334  class RTListBase { Line 334  class RTListBase {
334              next->prev = prev;              next->prev = prev;
335          }          }
336    
337            friend class _Iterator<T>;
338            friend class RTList<T>;
339          friend class Pool<T>;          friend class Pool<T>;
340  };  };
341    

Legend:
Removed from v.271  
changed lines
  Added in v.277

  ViewVC Help
Powered by ViewVC