Implemented the scanning functionality.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3604 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
#include "KDiskSystem.h"
|
||||
|
||||
struct fs_module_info;
|
||||
|
||||
namespace BPrivate {
|
||||
namespace DiskDevice {
|
||||
|
||||
@@ -16,6 +18,8 @@ public:
|
||||
KFileSystem(const char *name);
|
||||
virtual ~KFileSystem();
|
||||
|
||||
virtual status_t Init();
|
||||
|
||||
virtual bool IsFileSystem() const;
|
||||
|
||||
// Scanning
|
||||
@@ -60,6 +64,9 @@ public:
|
||||
protected:
|
||||
virtual status_t LoadModule();
|
||||
virtual void UnloadModule();
|
||||
|
||||
private:
|
||||
fs_module_info *fModule;
|
||||
};
|
||||
|
||||
} // namespace DiskDevice
|
||||
|
||||
Reference in New Issue
Block a user