boot loader vfs.h: small cleanup

This commit is contained in:
Ingo Weinhold
2013-10-09 03:48:25 +02:00
parent 0262f55a51
commit bd3bb3cf58
+6 -6
View File
@@ -109,17 +109,17 @@ public:
BootVolume(); BootVolume();
~BootVolume(); ~BootVolume();
status_t SetTo(Directory* rootDirectory); status_t SetTo(Directory* rootDirectory);
void Unset(); void Unset();
bool IsValid() const bool IsValid() const
{ return fRootDirectory != NULL; } { return fRootDirectory != NULL; }
Directory* RootDirectory() const Directory* RootDirectory() const
{ return fRootDirectory; } { return fRootDirectory; }
Directory* SystemDirectory() const Directory* SystemDirectory() const
{ return fSystemDirectory; } { return fSystemDirectory; }
bool IsPackaged() const bool IsPackaged() const
{ return fPackaged; } { return fPackaged; }
private: private: