+ Added fMimeDatabase member
Implemented:
+ {Get,Set}{Long,Short}Description()
+ {Start,Stop}Watching()
+ Install(), Delete(), IsInstalled()
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@788 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -22,6 +22,10 @@ class BResources;
|
||||
class BAppFileInfo;
|
||||
class BMessenger;
|
||||
|
||||
namespace BPrivate {
|
||||
class MimeDatabase;
|
||||
}
|
||||
|
||||
enum app_verb {
|
||||
B_OPEN
|
||||
};
|
||||
@@ -180,13 +184,13 @@ private:
|
||||
bool large = true) const;
|
||||
*/
|
||||
|
||||
char *fType;
|
||||
BFile *fMeta;
|
||||
char *fMimePath; // Was: "void *_unused;"
|
||||
entry_ref fRef;
|
||||
int fWhere;
|
||||
status_t fCStatus;
|
||||
uint32 _reserved[3];
|
||||
char *fType;
|
||||
BFile *fMeta;
|
||||
BPrivate::MimeDatabase *fMimeDatabase; // Was: "void *_unused;"
|
||||
entry_ref fRef;
|
||||
int fWhere;
|
||||
status_t fCStatus;
|
||||
uint32 _reserved[3];
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user