2 * Copyright 2008, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef ACTIVITY_MONITOR_H
6 #define ACTIVITY_MONITOR_H
9 #include <Application.h>
16 #undef B_TRANSLATION_CONTEXT
17 #define B_TRANSLATION_CONTEXT "ActivityWindow"
20 class ActivityMonitor
: public BApplication
{
23 virtual ~ActivityMonitor();
25 virtual void ReadyToRun();
27 virtual void RefsReceived(BMessage
* message
);
28 virtual void MessageReceived(BMessage
* message
);
30 virtual void AboutRequested();
33 ActivityWindow
* fWindow
;
36 extern const char* kSignature
;
38 #endif // ACTIVITY_MONITOR_H