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

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

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

revision 243 by schoenebeck, Fri Sep 17 00:52:48 2004 UTC revision 277 by schoenebeck, Sat Oct 9 15:48:32 2004 UTC
# Line 339  public: Line 339  public:
339      atomic_t write_ptr;      atomic_t write_ptr;
340      atomic_t read_ptr;      atomic_t read_ptr;
341      int size_mask;      int size_mask;
342    
343        friend class _NonVolatileReader<T>;
344  };  };
345    
346  template<class T> T *  template<class T> T *

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

  ViewVC Help
Powered by ViewVC