Tracker: style fixes to VirtualDirectoryEntryList

This commit is contained in:
John Scipione 2014-06-20 19:24:27 -04:00
parent 27dc6eb7e1
commit 09d0d8f9dc
2 changed files with 5 additions and 7 deletions

View File

@ -18,6 +18,8 @@
namespace BPrivate {
// #pragma mark - VirtualDirectoryEntryList
VirtualDirectoryEntryList::VirtualDirectoryEntryList(Model* model)
:
@ -149,5 +151,4 @@ VirtualDirectoryEntryList::_InitMergedDirectory(
return B_OK;
}
} // namespace BPrivate

View File

@ -5,8 +5,8 @@
* Authors:
* Ingo Weinhold, ingo_weinhold@gmx.de
*/
#ifndef VIRTUAL_DIRECTORY_ENTRY_LIST_H
#define VIRTUAL_DIRECTORY_ENTRY_LIST_H
#ifndef _VIRTUAL_DIRECTORY_ENTRY_LIST_H
#define _VIRTUAL_DIRECTORY_ENTRY_LIST_H
#include <StringList.h>
@ -18,10 +18,8 @@
namespace BPrivate {
class Model;
class VirtualDirectoryEntryList : public EntryListBase {
public:
VirtualDirectoryEntryList(Model* model);
@ -50,8 +48,7 @@ private:
BMergedDirectory fMergedDirectory;
};
} // namespace BPrivate
#endif // VIRTUAL_DIRECTORY_ENTRY_LIST_H
#endif // _VIRTUAL_DIRECTORY_ENTRY_LIST_H