-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Storage" directory is working. #5
base: haiku
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,476 @@ | |||
// -*- C++ -*- | |||
|
|||
// Copyright (C) 2007-2023 Free Software Foundation, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not need to import this file. If it's included directly, try including <algorithm>
instead.
@@ -6,7 +6,7 @@ | |||
#ifndef _FSPROTO_H | |||
#define _FSPROTO_H | |||
|
|||
#include <sys/dirent.h> | |||
#include <posix/dirent.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#include <posix/dirent.h> | |
#include <dirent.h> |
@@ -9,6 +9,7 @@ | |||
|
|||
#include <Window.h> | |||
#include <Messenger.h> | |||
#include <TextControl.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#include <TextControl.h> | |
class BTextControl; |
@@ -13,6 +13,8 @@ | |||
#ifndef PEOPLEVIEW_H | |||
#define PEOPLEVIEW_H | |||
|
|||
#include <PopUpMenu.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#include <PopUpMenu.h> | |
class BPopUpMenu; |
#include <StringItem.h> | ||
#include <TextView.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#include <StringItem.h> | |
#include <TextView.h> | |
class BTextView; |
#include <Menu.h> | ||
#include <FilePanel.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#include <Menu.h> | |
#include <FilePanel.h> | |
class BMenu; | |
class BFilePanel; |
@@ -15,6 +15,7 @@ | |||
// frame window would in MFC, i.e. cascade/tiled window arrangement. | |||
|
|||
#include <Application.h> | |||
#include <FilePanel.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#include <FilePanel.h> | |
class BFilePanel; |
Compiled "storage", "portability", "intro" and "modules".