/[svn]/linuxsampler/trunk/src/engines/InstrumentManagerBase.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/InstrumentManagerBase.h

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

revision 2459 by schoenebeck, Thu Mar 7 19:23:24 2013 UTC revision 2460 by persson, Sun Aug 18 14:20:53 2013 UTC
# Line 97  namespace LinuxSampler { Line 97  namespace LinuxSampler {
97               * Give back a region that belongs to an instrument that               * Give back a region that belongs to an instrument that
98               * was previously handed back.               * was previously handed back.
99               */               */
100              virtual void HandBackRegion(R* pRegion) OVERRIDE {              virtual void HandBackRegion(R* pRegion) {
101                  LockGuard lock(RegionInfoMutex);                  LockGuard lock(RegionInfoMutex);
102                  if (RegionInfo.find(pRegion) == RegionInfo.end()) {                  if (RegionInfo.find(pRegion) == RegionInfo.end()) {
103                      std::cerr << "Handing back unknown region. This is a BUG!!!" << std::endl;                      std::cerr << "Handing back unknown region. This is a BUG!!!" << std::endl;

Legend:
Removed from v.2459  
changed lines
  Added in v.2460

  ViewVC Help
Powered by ViewVC