Make UEFI boot-platform build again
[haiku.git] / headers / private / debugger / settings / TeamUiSettingsFactory.h
blob04d0b3049d60fe06e32080761571362e7a0bf349
1 /*
2 * Copyright 2011, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef TEAM_UI_SETTINGS_FACTORY_H
6 #define TEAM_UI_SETTINGS_FACTORY_H
9 #include <SupportDefs.h>
12 class BMessage;
13 class TeamUiSettings;
15 class TeamUiSettingsFactory {
16 public:
17 virtual ~TeamUiSettingsFactory();
19 virtual status_t Create(const BMessage& archive,
20 TeamUiSettings*& settings) const = 0;
23 #endif // TEAM_UI_SETTINGS_FACTORY_H