unique_ptr'ing things and removing some XECLEANUP.
This commit is contained in:
@@ -25,7 +25,7 @@ class HostPathDevice : public Device {
|
||||
HostPathDevice(const std::string& path, const std::wstring& local_path);
|
||||
~HostPathDevice() override;
|
||||
|
||||
Entry* ResolvePath(const char* path) override;
|
||||
std::unique_ptr<Entry> ResolvePath(const char* path) override;
|
||||
|
||||
X_STATUS QueryVolume(XVolumeInfo* out_info, size_t length) override;
|
||||
X_STATUS QueryFileSystemAttributes(XFileSystemAttributeInfo* out_info,
|
||||
|
||||
Reference in New Issue
Block a user