#include "CharacterDevice.h" CharacterDevice::~CharacterDevice() { } OwnPtr CharacterDevice::open(int options) { return VirtualFileSystem::the().open(*this, options); }