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 "Observer.h"
10
11Observer::Observer()
12{
13}
14
15Observer::~Observer()
16{
17}
18
19