xref: /haiku/src/kits/storage/EntryList.cpp (revision 268f99dd7dc4bd7474a8bd2742d3f1ec1de6752a)
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 
BEntryList()9 BEntryList::BEntryList()
10 {
11 }
12 
13 
~BEntryList()14 BEntryList::~BEntryList()
15 {
16 }
17 
18 
19 // Currently unused
_ReservedEntryList1()20 void BEntryList::_ReservedEntryList1() {}
_ReservedEntryList2()21 void BEntryList::_ReservedEntryList2() {}
_ReservedEntryList3()22 void BEntryList::_ReservedEntryList3() {}
_ReservedEntryList4()23 void BEntryList::_ReservedEntryList4() {}
_ReservedEntryList5()24 void BEntryList::_ReservedEntryList5() {}
_ReservedEntryList6()25 void BEntryList::_ReservedEntryList6() {}
_ReservedEntryList7()26 void BEntryList::_ReservedEntryList7() {}
_ReservedEntryList8()27 void BEntryList::_ReservedEntryList8() {}
28