/[svn]/linuxsampler/trunk/src/shell/KeyboardReader.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/shell/KeyboardReader.cpp

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

revision 3289 by schoenebeck, Wed Feb 5 20:45:18 2014 UTC revision 3290 by schoenebeck, Fri Jun 23 12:24:58 2017 UTC
# Line 1  Line 1 
1  /*  /*
2   * LSCP Shell   * LSCP Shell
3   *   *
4   * Copyright (c) 2014 Christian Schoenebeck   * Copyright (c) 2014 - 2017 Christian Schoenebeck
5   *   *
6   * This program is part of LinuxSampler and released under the same terms.   * This program is part of LinuxSampler and released under the same terms.
7   */   */
# Line 21  KeyboardReader::KeyboardReader() : Threa Line 21  KeyboardReader::KeyboardReader() : Threa
21  }  }
22    
23  KeyboardReader::~KeyboardReader() {  KeyboardReader::~KeyboardReader() {
24        StopThread();
25      TerminalCtrl::restore(m_originalTerminalSetting);      TerminalCtrl::restore(m_originalTerminalSetting);
26      // ensures that no temporary copy objects delete the global reference      // ensures that no temporary copy objects delete the global reference
27      g_instanceCount--;      g_instanceCount--;

Legend:
Removed from v.3289  
changed lines
  Added in v.3290

  ViewVC Help
Powered by ViewVC