TCP: Fixed RTO update and dup ACKs generation.
[haiku.git] / src / add-ons / translators / bmp / BMPView.h
blob1316f074ef1f325476303bea720bd65c51768c30
1 /*
2 * Copyright 2002-2006, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
5 * Authors:
6 * Michael Wilber
7 * Axel Dörfler, axeld@pinc-software.de
8 */
9 #ifndef BMP_VIEW_H
10 #define BMP_VIEW_H
13 #include "TranslatorSettings.h"
15 #include <View.h>
18 class BMPView : public BView {
19 public:
20 BMPView(const BRect &frame, const char *name, uint32 resizeMode,
21 uint32 flags, TranslatorSettings *settings);
22 virtual ~BMPView();
24 private:
25 TranslatorSettings *fSettings;
28 #endif // BMP_VIEW_H