Tracker: style fixes to VirtualDirectoryEntryList
This commit is contained in:
@@ -18,6 +18,8 @@
|
|||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
|
||||||
|
// #pragma mark - VirtualDirectoryEntryList
|
||||||
|
|
||||||
|
|
||||||
VirtualDirectoryEntryList::VirtualDirectoryEntryList(Model* model)
|
VirtualDirectoryEntryList::VirtualDirectoryEntryList(Model* model)
|
||||||
:
|
:
|
||||||
@@ -149,5 +151,4 @@ VirtualDirectoryEntryList::_InitMergedDirectory(
|
|||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} // namespace BPrivate
|
} // namespace BPrivate
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
* Authors:
|
* Authors:
|
||||||
* Ingo Weinhold, [email protected]
|
* Ingo Weinhold, [email protected]
|
||||||
*/
|
*/
|
||||||
#ifndef VIRTUAL_DIRECTORY_ENTRY_LIST_H
|
#ifndef _VIRTUAL_DIRECTORY_ENTRY_LIST_H
|
||||||
#define VIRTUAL_DIRECTORY_ENTRY_LIST_H
|
#define _VIRTUAL_DIRECTORY_ENTRY_LIST_H
|
||||||
|
|
||||||
|
|
||||||
#include <StringList.h>
|
#include <StringList.h>
|
||||||
@@ -18,10 +18,8 @@
|
|||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
|
||||||
|
|
||||||
class Model;
|
class Model;
|
||||||
|
|
||||||
|
|
||||||
class VirtualDirectoryEntryList : public EntryListBase {
|
class VirtualDirectoryEntryList : public EntryListBase {
|
||||||
public:
|
public:
|
||||||
VirtualDirectoryEntryList(Model* model);
|
VirtualDirectoryEntryList(Model* model);
|
||||||
@@ -50,8 +48,7 @@ private:
|
|||||||
BMergedDirectory fMergedDirectory;
|
BMergedDirectory fMergedDirectory;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
} // namespace BPrivate
|
} // namespace BPrivate
|
||||||
|
|
||||||
|
|
||||||
#endif // VIRTUAL_DIRECTORY_ENTRY_LIST_H
|
#endif // _VIRTUAL_DIRECTORY_ENTRY_LIST_H
|
||||||
|
|||||||
Reference in New Issue
Block a user