Deskbar: converted to BServer.

This commit is contained in:
Axel Dörfler
2015-10-19 21:21:56 +02:00
parent cfe6baf62f
commit 4e8fc45146
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -11,7 +11,6 @@ target desktop {
service x-vnd.Be-TSKB { service x-vnd.Be-TSKB {
launch /system/Deskbar launch /system/Deskbar
legacy
on { on {
initial_volumes_mounted initial_volumes_mounted
} }
+1 -1
View File
@@ -94,7 +94,7 @@ main()
TBarApp::TBarApp() TBarApp::TBarApp()
: :
BApplication(kDeskbarSignature), BServer(kDeskbarSignature, true, NULL),
fSettingsFile(NULL), fSettingsFile(NULL),
fClockSettingsFile(NULL), fClockSettingsFile(NULL),
fPreferencesWindow(NULL) fPreferencesWindow(NULL)
+2 -2
View File
@@ -36,7 +36,7 @@ All rights reserved.
#define BAR_APP_H #define BAR_APP_H
#include <Application.h> #include <Server.h>
#include "BarSettings.h" #include "BarSettings.h"
@@ -105,7 +105,7 @@ public:
BBitmap* iconCache[kIconCacheCount]; BBitmap* iconCache[kIconCacheCount];
}; };
class TBarApp : public BApplication { class TBarApp : public BServer {
public: public:
TBarApp(); TBarApp();
virtual ~TBarApp(); virtual ~TBarApp();