2 * Copyright 2005-2013 Haiku, Inc. All Rights Reserved
3 * Distributed under the terms of the MIT License.
6 * Jérôme Duval, jerome.duval@free.fr
8 #ifndef SCREEN_SAVER_ITEM_H
9 #define SCREEN_SAVER_ITEM_H
17 class ScreenSaverItem
: public BStringItem
{
19 ScreenSaverItem(const char* eventName
, const char* path
)
20 : BStringItem(eventName
), fPath(path
) {}
22 const char* Path() const { return fPath
.String(); }
29 #endif // SCREEN_SAVER_ITEM_H