Added a way to remove the application flags from the BAppFileInfo. The

flags would not tell anything, since B_SINGLE_LAUNCH equals 0.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29636 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-03-21 21:16:23 +00:00
parent be07036291
commit 22920adf3e
2 changed files with 24 additions and 4 deletions
+1
View File
@@ -67,6 +67,7 @@ class BAppFileInfo: public BNodeInfo {
status_t GetAppFlags(uint32 *flags) const;
status_t SetAppFlags(uint32 flags);
status_t RemoveAppFlags();
status_t GetSupportedTypes(BMessage *types) const;
status_t SetSupportedTypes(const BMessage *types, bool syncAll);