From 94fb5d40964b0046ecd2bbaa8f4cdc836b539019 Mon Sep 17 00:00:00 2001 From: Tyler Dauwalder Date: Wed, 28 Aug 2002 23:53:22 +0000 Subject: [PATCH] Added fullSync parameter to SetSupportedTypes() git-svn-id: file:///srv/svn/repos/haiku/trunk/current@920 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/storage/MimeType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/storage/MimeType.h b/headers/os/storage/MimeType.h index cc91df9208..4af94d7de7 100644 --- a/headers/os/storage/MimeType.h +++ b/headers/os/storage/MimeType.h @@ -200,7 +200,7 @@ private: // status_t OpenFile(bool create_file = false, dev_t dev = -1) const; // status_t CloseFile() const; status_t GetSupportedTypes(BMessage *types); - status_t SetSupportedTypes(const BMessage *types); + status_t SetSupportedTypes(const BMessage *types, bool fullSync = true); // void MimeChanged(int32 w, const char *type = NULL, // bool large = true) const;