2 * Copyright 2013, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Ingo Weinhold <ingo_weinhold@gmx.de>
8 #ifndef _MIME_MIME_ENTRY_PROCESSOR_H
9 #define _MIME_MIME_ENTRY_PROCESSOR_H
12 #include <mime/MimeEntryProcessor.h>
20 class AppMetaMimeCreator
: public MimeEntryProcessor
{
22 AppMetaMimeCreator(Database
* database
,
23 DatabaseLocker
* databaseLocker
,
25 virtual ~AppMetaMimeCreator();
27 virtual status_t
Do(const entry_ref
& entry
, bool* _entryIsDir
);
32 } // namespace Storage
33 } // namespace BPrivate
36 #endif // _MIME_MIME_ENTRY_PROCESSOR_H