2 * Copyright 2004, Waldemar Kornewald <wkornew@gmx.net>
3 * Distributed under the terms of the MIT License.
6 #ifndef _SIMPLE_MESSAGE_FILTER__H
7 #define _SIMPLE_MESSAGE_FILTER__H
9 #include <MessageFilter.h>
12 class SimpleMessageFilter
: public BMessageFilter
{
14 SimpleMessageFilter(const uint32
*what
, BHandler
*target
);
15 virtual ~SimpleMessageFilter();
17 virtual filter_result
Filter(BMessage
*message
, BHandler
**target
);