2 * Copyright 2002-2010, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT license.
7 * Andrew McCall, mccall@digitalparadise.co.uk
10 #ifndef DATA_TRANSLATIONS_H
11 #define DATA_TRANSLATIONS_H
14 #include <Application.h>
15 #include <Directory.h>
19 class DataTranslationsApplication
: public BApplication
{
21 DataTranslationsApplication();
22 virtual ~DataTranslationsApplication();
24 virtual void RefsReceived(BMessage
* message
);
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