where it will be ported to Haiku. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20216 a95241bf-73f2-0310-859d-f6bbb57e9c96
15 lines
158 B
C++
15 lines
158 B
C++
// UserFileSystem.cpp
|
|
|
|
#include "UserFileSystem.h"
|
|
|
|
// constructor
|
|
UserFileSystem::UserFileSystem()
|
|
{
|
|
}
|
|
|
|
// destructor
|
|
UserFileSystem::~UserFileSystem()
|
|
{
|
|
}
|
|
|