2 * Copyright 2001-2005, Haiku.
3 * Distributed under the terms of the MIT License.
7 * Stefano Ceccherini (burton666@libero.it)
8 * Axel Dörfler, axeld@pinc-software.de
10 #ifndef ALERT_WINDOW_H
11 #define ALERT_WINDOW_H
15 #include <Messenger.h>
23 class AlertWindow
: public BWindow
{
25 AlertWindow(BMessenger target
);
27 virtual void MessageReceived(BMessage
*message
);
31 AlertView
* fAlertView
;
34 #endif /* ALERT_WINDOW_H */