vfs: check userland buffers before reading them.
[haiku.git] / src / apps / pairs / PairsButton.h
blob87189909ecb0e4f37ce02ab06cecadbebd4ee26e
1 /*
2 * Copyright 2008 Ralf Schülke, ralf.schuelke@googlemail.com.
3 * Copyright 2014 Haiku, Inc. All rights reserved.
5 * Distributed under the terms of the MIT License.
7 * Authors:
8 * Ralf Schülke, ralf.schuelke@googlemail.com
9 * John Scipione, jscipione@gmail.com
11 #ifndef PAIRS_BUTTON_H
12 #define PAIRS_BUTTON_H
15 #include <Button.h>
18 class PairsButton : public BButton {
19 public:
20 PairsButton(int32 x, int32 y, int32 size,
21 BMessage* message);
22 virtual ~PairsButton();
26 #endif // PAIRS_BUTTON_H