Clone
ixen <ixen@copyhandler.com>
committed
on 20 Dec 15
Changed feedback handling to return also the information if the response was automatic or made by user (CH-165).
LoggerImprovements + 5 more
src/ch/BufferSizeDlg.h (+1 -1)
8 8         the Free Software Foundation; either version 2 of the License, or
9 9         (at your option) any later version.
10 10
11 11         This program is distributed in the hope that it will be useful,
12 12         but WITHOUT ANY WARRANTY; without even the implied warranty of
13 13         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 14         GNU General Public License for more details.
15 15
16 16         You should have received a copy of the GNU General Public License
17 17         along with this program; if not, write to the Free Software
18 18         Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 19 *************************************************************************/
20 20 #ifndef __BUFFERSIZEDLG_H__
21 21 #define __BUFFERSIZEDLG_H__
22 22
23 23 #include "DataBuffer.h"
24 24
25 25 /////////////////////////////////////////////////////////////////////////////
26 26 // CBufferSizeDlg dialog
27 27
28   class CBufferSizeDlg : public CHLanguageDialog
  28 class CBufferSizeDlg : public ictranslate::CLanguageDialog
29 29 {
30 30 // Construction
31 31 public:
32 32         CBufferSizeDlg();   // standard constructor
33 33
34 34         void SetLANSize(UINT uiSize);
35 35         void SetCDSize(UINT uiSize);
36 36         void SetTwoDisksSize(UINT uiSize);
37 37         void SetOneDiskSize(UINT uiSize);
38 38         void SetDefaultSize(UINT uiSize);
39 39         UINT IndexToValue(int iIndex);
40 40
41 41         int m_iActiveIndex;
42 42         BUFFERSIZES m_bsSizes;
43 43
44 44 // Dialog Data
45 45         //{{AFX_DATA(CBufferSizeDlg)
46 46         enum { IDD = IDD_BUFFERSIZE_DIALOG };
47 47         CComboBox       m_ctlTwoDisksMulti;
48 48         CComboBox       m_ctlOneDiskMulti;