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