xb style.

This commit is contained in:
Ben Vanik
2015-08-07 07:56:57 -07:00
parent 5e08889d93
commit 14beb27ebc
63 changed files with 338 additions and 331 deletions

View File

@@ -20,9 +20,9 @@ namespace vfs {
class HostPathEntry;
class HostPathFile : public XFile {
class HostPathFile : public kernel::XFile {
public:
HostPathFile(KernelState* kernel_state, uint32_t file_access,
HostPathFile(kernel::KernelState* kernel_state, uint32_t file_access,
HostPathEntry* entry,
std::unique_ptr<xe::filesystem::FileHandle> file_handle);
~HostPathFile() override;