/[svn]/linuxsampler/trunk/src/ringbuffer.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/ringbuffer.h

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

revision 27 by schoenebeck, Sun Dec 7 05:03:43 2003 UTC revision 28 by schoenebeck, Fri Jan 2 00:02:56 2004 UTC
# Line 27  Line 27 
27    
28  #include <string.h>  #include <string.h>
29  #include <stdio.h>  #include <stdio.h>
 #include <asm/atomic.h>  
30    
31  #include <sys/types.h>  #include <sys/types.h>
32  #include <pthread.h>  #include <pthread.h>
33    
34    #include "atomic.h"
35    
36  template<class T>  template<class T>
37  class RingBuffer  class RingBuffer
38  {  {

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC