2 * Copyright 2011, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
5 #ifndef TEAM_UI_SETTINGS_FACTORY_H
6 #define TEAM_UI_SETTINGS_FACTORY_H
9 #include <SupportDefs.h>
15 class TeamUiSettingsFactory
{
17 virtual ~TeamUiSettingsFactory();
19 virtual status_t
Create(const BMessage
& archive
,
20 TeamUiSettings
*& settings
) const = 0;
23 #endif // TEAM_UI_SETTINGS_FACTORY_H