fix a bit of gcc4 build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22578 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f6e4cbb952
commit
f2e230ca88
@ -13,6 +13,7 @@
|
|||||||
#include <Messenger.h>
|
#include <Messenger.h>
|
||||||
#include <OS.h>
|
#include <OS.h>
|
||||||
|
|
||||||
|
class BFile;
|
||||||
class BMimeType;
|
class BMimeType;
|
||||||
class BNodeInfo;
|
class BNodeInfo;
|
||||||
|
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
#include <MailContainer.h>
|
#include <MailContainer.h>
|
||||||
#include <MailComponent.h>
|
#include <MailComponent.h>
|
||||||
|
|
||||||
|
class BFile;
|
||||||
|
|
||||||
class BMailAttachment : public BMailComponent {
|
class BMailAttachment : public BMailComponent {
|
||||||
public:
|
public:
|
||||||
virtual void SetFileName(const char *name) = 0;
|
virtual void SetFileName(const char *name) = 0;
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
#include <new>
|
#include <new>
|
||||||
|
|
||||||
class BBufferConsumer;
|
class BBufferConsumer;
|
||||||
|
class BBufferProducer;
|
||||||
class BControllable;
|
class BControllable;
|
||||||
class BFileInterface;
|
class BFileInterface;
|
||||||
class BMediaAddOn;
|
class BMediaAddOn;
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
class BMediaFile;
|
class BMediaFile;
|
||||||
class BSoundFile;
|
class BSoundFile;
|
||||||
|
class BSoundPlayer;
|
||||||
struct entry_ref;
|
struct entry_ref;
|
||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
#include <EntryList.h>
|
#include <EntryList.h>
|
||||||
#include <StorageDefs.h>
|
#include <StorageDefs.h>
|
||||||
|
|
||||||
|
class BFile;
|
||||||
class BSymLink;
|
class BSymLink;
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,6 +10,9 @@
|
|||||||
#include <Node.h>
|
#include <Node.h>
|
||||||
|
|
||||||
|
|
||||||
|
class BEntry;
|
||||||
|
|
||||||
|
|
||||||
class BFile : public BNode, public BPositionIO {
|
class BFile : public BNode, public BPositionIO {
|
||||||
public:
|
public:
|
||||||
BFile();
|
BFile();
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
#include <Statable.h>
|
#include <Statable.h>
|
||||||
|
|
||||||
class BDirectory;
|
class BDirectory;
|
||||||
|
class BEntry;
|
||||||
class BString;
|
class BString;
|
||||||
struct entry_ref;
|
struct entry_ref;
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ class BTextControl;
|
|||||||
class BCheckBox;
|
class BCheckBox;
|
||||||
class BMenuField;
|
class BMenuField;
|
||||||
class BFile;
|
class BFile;
|
||||||
|
class BPopUpMenu;
|
||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@ All rights reserved.
|
|||||||
#include "Utilities.h"
|
#include "Utilities.h"
|
||||||
|
|
||||||
|
|
||||||
|
class BFilePanel;
|
||||||
class BMenuField;
|
class BMenuField;
|
||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
Loading…
Reference in New Issue
Block a user