UserlandFSServer
UserlandFSServer::GetNotificationRequestPort()
if (UserlandFSServer* server = dynamic_cast<UserlandFSServer*>(be_app))
UserlandFSServer::GetFileSystem()
if (UserlandFSServer* server = dynamic_cast<UserlandFSServer*>(be_app))
UserlandFSServer::_Announce(const char* fsName, port_id port)
UserlandFSServer::UserlandFSServer(const char* signature)
UserlandFSServer::~UserlandFSServer()
UserlandFSServer::Init(const char* fileSystem, port_id port)
class UserlandFSServer : public BApplication {
UserlandFSServer(const char* signature);
virtual ~UserlandFSServer();
using UserlandFS::UserlandFSServer;
*port = UserlandFSServer::GetNotificationRequestPort();
*fileSystem = UserlandFSServer::GetFileSystem();
UserlandFSServer* server
= new(std::nothrow) UserlandFSServer(kServerSignature);