fat: Greatly simplify and clean up dosfs_get_file_map().
[haiku.git] / src / preferences / datatranslations / DataTranslations.h
blob41678b4392e10662f45dc16661641a8cb8c6f2f1
1 /*
2 * Copyright 2002-2010, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT license.
5 * Authors:
6 * Oliver Siebenmarck
7 * Andrew McCall, mccall@digitalparadise.co.uk
8 * Michael Wilber
9 */
10 #ifndef DATA_TRANSLATIONS_H
11 #define DATA_TRANSLATIONS_H
14 #include <Application.h>
15 #include <Directory.h>
16 #include <Entry.h>
19 class DataTranslationsApplication : public BApplication {
20 public:
21 DataTranslationsApplication();
22 virtual ~DataTranslationsApplication();
24 virtual void RefsReceived(BMessage* message);
26 private:
27 void _InstallError(const char* name, status_t status);
28 status_t _Install(BDirectory& target, BEntry& entry);
29 void _NoTranslatorError(const char* name);
33 #endif // DATA_TRANSLATIONS_H