1//----------------------------------------------------------------------
2//  This software is part of the Haiku distribution and is covered
3//  by the MIT License.
4//---------------------------------------------------------------------
5
6#include <EntryList.h>
7
8
9BEntryList::BEntryList()
10{
11}
12
13
14BEntryList::~BEntryList()
15{
16}
17
18
19// Currently unused
20void BEntryList::_ReservedEntryList1() {}
21void BEntryList::_ReservedEntryList2() {}
22void BEntryList::_ReservedEntryList3() {}
23void BEntryList::_ReservedEntryList4() {}
24void BEntryList::_ReservedEntryList5() {}
25void BEntryList::_ReservedEntryList6() {}
26void BEntryList::_ReservedEntryList7() {}
27void BEntryList::_ReservedEntryList8() {}
28