/[svn]/linuxsampler/trunk/src/common/Ref.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/Ref.cpp

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

revision 3767 by schoenebeck, Fri May 30 12:48:05 2014 UTC revision 3768 by schoenebeck, Fri May 15 19:52:31 2020 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (c) 2014 Christian Schoenebeck   * Copyright (c) 2014 - 2020 Christian Schoenebeck
3   *   *
4   * http://www.linuxsampler.org   * http://www.linuxsampler.org
5   *   *
# Line 14  namespace LinuxSampler { Line 14  namespace LinuxSampler {
14      #if LS_REF_ASSERT_MODE      #if LS_REF_ASSERT_MODE
15      std::set<void*> _allRefPtrs;      std::set<void*> _allRefPtrs;
16      #endif      #endif
17        #if LS_REF_ASSERT_MODE && LS_REF_ATOMIC
18        Mutex _allRefPtrsMutex;
19        #endif
20    
21  } // namespace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.3767  
changed lines
  Added in v.3768

  ViewVC Help
Powered by ViewVC