Renamed XFileInfo to X_FILE_NETWORK_OPEN_INFORMATION.

This commit is contained in:
gibbed
2015-05-24 03:39:02 -05:00
parent e97ddc25db
commit e3e2b1a6d9
16 changed files with 20 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ namespace xe {
namespace kernel {
class KernelState;
class XFile;
class XFileInfo;
class X_FILE_NETWORK_OPEN_INFORMATION;
class XFileSystemAttributeInfo;
class XDirectoryInfo;
class XVolumeInfo;
@@ -63,7 +63,7 @@ class Entry {
bool is_read_only() const;
virtual X_STATUS QueryInfo(XFileInfo* out_info) = 0;
virtual X_STATUS QueryInfo(X_FILE_NETWORK_OPEN_INFORMATION* out_info) = 0;
virtual X_STATUS QueryDirectory(XDirectoryInfo* out_info, size_t length,
const char* file_name, bool restart) = 0;