Added GetSupportingApps() message field constants

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@924 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2002-08-28 23:58:08 +00:00
parent 41b9ba9155
commit b86972c240
2 changed files with 20 additions and 13 deletions
@@ -23,6 +23,7 @@ namespace Mime {
// Database directory
extern const std::string kDatabaseDir;
extern const std::string kApplicationDatabaseDir;
// Attribute Prefixes
extern const char *kMiniIconAttrPrefix;
@@ -57,8 +58,11 @@ extern const int32 kSnifferRuleType;
extern const int32 kSupportedTypesType;
// Message fields
extern const char *kTypesField;
extern const char *kApplicationsField;
extern const char *kSupertypesField;
extern const char *kSupportingAppsSubCountField;
extern const char *kSupportingAppsSuperCountField;
extern const char *kTypesField;
std::string type_to_filename(const char *type);