+ 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:
Tyler Dauwalder
2002-08-16 22:06:51 +00:00
parent fc7d3358e6
commit f231d0901c
2 changed files with 147 additions and 21 deletions
+11 -7
View File
@@ -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];
};