package_daemon: Root: Add IsSystemRoot()

This commit is contained in:
Ingo Weinhold
2014-06-17 20:32:25 +02:00
parent b44215c079
commit 3f91ba29d9
+3
View File
@@ -37,6 +37,9 @@ public:
ino_t NodeID() const { return fNodeRef.node; }
const BString& Path() const { return fPath; }
bool IsSystemRoot() const
{ return fIsSystemRoot; }
status_t RegisterVolume(Volume* volume);
void UnregisterVolume(Volume* volume);
// deletes the volume (eventually)