2 * Copyright 2007 Haiku.
3 * Distributed under the terms of the MIT License.
6 * Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
7 * Ryan Leavengood, leavengood@gmail.com
9 #ifndef MESSAGED_ITEM_H
10 #define MESSAGED_ITEM_H
19 class MessagedItem
: public BStringItem
{
21 MessagedItem(const char* label
, BMessage
* information
) : BStringItem(label
)
23 fMessage
= information
;
31 BMessage
* getMessage()
42 #endif /* MESSAGED_ITEM_H */