1/*
2 * Copyright 2006, Haiku.
3 * Distributed under the terms of the MIT License.
4 *
5 * Authors:
6 *		Stephan A��mus <superstippi@gmx.de>
7 */
8
9#include "Listener.h"
10
11Listener::Listener()
12{
13}
14
15Listener::~Listener()
16{
17}
18
19