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

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

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

revision 1037 by persson, Sun Mar 19 16:38:22 2006 UTC revision 1038 by persson, Sat Feb 3 15:33:00 2007 UTC
# Line 40  namespace LinuxSampler { Line 40  namespace LinuxSampler {
40       * safe to modify the other instance.       * safe to modify the other instance.
41       *       *
42       * The real time threads need one Reader object each to access the       * The real time threads need one Reader object each to access the
43       * confuration data. This object must be created outside the real       * configuration data. This object must be created outside the
44       * time thread. The Lock() function returns a reference to the       * real time thread. The Lock() function returns a reference to
45       * data to be read, and Unlock() must be called when finished       * the data to be read, and Unlock() must be called when finished
46       * reading the data. (Neither Lock nor Unlock will block the real       * reading the data. (Neither Lock nor Unlock will block the real
47       * time thread, or use any system calls.)       * time thread, or use any system calls.)
48       */       */

Legend:
Removed from v.1037  
changed lines
  Added in v.1038

  ViewVC Help
Powered by ViewVC