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
10 #include "AutoconfigClient.h"
13 AutoconfigClient::AutoconfigClient(const char* name
, BMessenger target
,
22 AutoconfigClient::~AutoconfigClient()
28 AutoconfigClient::Initialize()
30 return B_NOT_SUPPORTED
;