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

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

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

revision 550 by schoenebeck, Tue May 17 17:59:45 2005 UTC revision 880 by schoenebeck, Tue Jun 27 22:57:37 2006 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6   *   Copyright (C) 2005 Christian Schoenebeck                              *   *   Copyright (C) 2005, 2006 Christian Schoenebeck                        *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 26  Line 26 
26    
27  #include <pthread.h>  #include <pthread.h>
28    
29    namespace LinuxSampler {
30    
31  /** @brief Mutual exclusive objects  /** @brief Mutual exclusive objects
32   *   *
33   * This class provides the classical thread / process synchronisation   * This class provides the classical thread / process synchronisation
# Line 88  class Mutex { Line 90  class Mutex {
90          pthread_mutexattr_t __posix_mutexattr;          pthread_mutexattr_t __posix_mutexattr;
91  };  };
92    
93    } // namespace LinuxSampler
94    
95  #endif // __MUTEX_H__  #endif // __MUTEX_H__

Legend:
Removed from v.550  
changed lines
  Added in v.880

  ViewVC Help
Powered by ViewVC