* More style fixes
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32273 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3cbc1540cc
commit
19e9930c2a
@ -1,9 +1,14 @@
|
||||
/* DeskbarView - main_daemon's deskbar menu and view
|
||||
/* DeskbarView - mail_daemon's deskbar menu and view
|
||||
*
|
||||
* Copyright 2001 Dr. Zoidberg Enterprises. All rights reserved.
|
||||
*/
|
||||
|
||||
|
||||
#include "DeskbarView.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include <Bitmap.h>
|
||||
#include <Deskbar.h>
|
||||
#include <Directory.h>
|
||||
@ -27,15 +32,11 @@
|
||||
#include <VolumeRoster.h>
|
||||
#include <Window.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <malloc.h>
|
||||
|
||||
#include <E-mail.h>
|
||||
#include <MailDaemon.h>
|
||||
#include <MailSettings.h>
|
||||
#include <MDRLanguage.h>
|
||||
|
||||
#include "DeskbarView.h"
|
||||
#include "DeskbarViewIcons.h"
|
||||
|
||||
const char* kTrackerSignature = "application/x-vnd.Be-TRAK";
|
||||
|
@ -1,9 +1,10 @@
|
||||
/* DeskbarView - mail_daemon's deskbar menu and view
|
||||
*
|
||||
* Copyright 2001 Dr. Zoidberg Enterprises. All rights reserved.
|
||||
*/
|
||||
#ifndef DESKBAR_VIEW_H
|
||||
#define DESKBAR_VIEW_H
|
||||
/* DeskbarView - main_daemon's deskbar menu and view
|
||||
**
|
||||
** Copyright 2001 Dr. Zoidberg Enterprises. All rights reserved.
|
||||
*/
|
||||
|
||||
|
||||
#include <View.h>
|
||||
|
||||
@ -35,7 +36,6 @@ class _EXPORT DeskbarView : public BView {
|
||||
public:
|
||||
DeskbarView(BRect frame);
|
||||
DeskbarView(BMessage* data);
|
||||
|
||||
virtual ~DeskbarView();
|
||||
|
||||
virtual void Draw(BRect updateRect);
|
||||
|
Loading…
Reference in New Issue
Block a user