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

@@ -31,7 +31,7 @@ const std::string& HostPathFile::name() const { return entry_->name(); }
Device* HostPathFile::device() const { return entry_->device(); }
X_STATUS HostPathFile::QueryInfo(XFileInfo* out_info) {
X_STATUS HostPathFile::QueryInfo(X_FILE_NETWORK_OPEN_INFORMATION* out_info) {
return entry_->QueryInfo(out_info);
}