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
12 #include <ObjectList.h>
20 bool HasPath(const char* path
,
21 int32
* _index
= NULL
) const;
22 status_t
AddPath(const char* path
);
23 status_t
RemovePath(const char* path
);
25 int32
CountPaths() const;
26 const char* PathAt(int32 index
) const;
30 BObjectList
<path_entry
> fPaths
;
33 #endif // _DEVICE_MANAGER_H