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