2 * Copyright 2008, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Axel Dörfler, axeld@pinc-software.de
8 #ifndef AUTOCONFIG_CLIENT_H
9 #define AUTOCONFIG_CLIENT_H
13 #include <Messenger.h>
17 class AutoconfigClient
: public BHandler
{
19 AutoconfigClient(const char* name
,
20 BMessenger target
, const char* device
);
21 virtual ~AutoconfigClient();
23 virtual status_t
Initialize();
25 const BMessenger
& Target() const { return fTarget
; }
26 const char* Device() const { return fDevice
.String(); }
33 #endif // AUTOCONFIG_CLIENT_H