Copied userlandfs code from the test tree to the haiku source tree,

where it will be ported to Haiku.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20216 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-02-24 00:30:19 +00:00
parent d5e020e912
commit 83812f6752
96 changed files with 25005 additions and 0 deletions
@@ -0,0 +1,14 @@
// UserFileSystem.cpp
#include "UserFileSystem.h"
// constructor
UserFileSystem::UserFileSystem()
{
}
// destructor
UserFileSystem::~UserFileSystem()
{
}