Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
dc76b24e
Commit
dc76b24e
authored
Feb 05, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
storage/local: OpenDirectory() returns StorageDirectoryReader*
parent
e3e3053f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
LocalStorage.cxx
src/storage/plugins/LocalStorage.cxx
+1
-1
LocalStorage.hxx
src/storage/plugins/LocalStorage.hxx
+2
-2
No files found.
src/storage/plugins/LocalStorage.cxx
View file @
dc76b24e
...
...
@@ -92,7 +92,7 @@ LocalStorage::GetInfo(const char *uri_utf8, bool follow, FileInfo &info,
return
Stat
(
path_fs
,
follow
,
info
,
error
);
}
Local
DirectoryReader
*
Storage
DirectoryReader
*
LocalStorage
::
OpenDirectory
(
const
char
*
uri_utf8
,
Error
&
error
)
{
AllocatedPath
path_fs
=
MapFS
(
uri_utf8
,
error
);
...
...
src/storage/plugins/LocalStorage.hxx
View file @
dc76b24e
...
...
@@ -60,8 +60,8 @@ public:
virtual
bool
GetInfo
(
const
char
*
uri_utf8
,
bool
follow
,
FileInfo
&
info
,
Error
&
error
)
override
;
virtual
Local
DirectoryReader
*
OpenDirectory
(
const
char
*
uri_utf8
,
Error
&
error
)
override
;
virtual
Storage
DirectoryReader
*
OpenDirectory
(
const
char
*
uri_utf8
,
Error
&
error
)
override
;
virtual
std
::
string
MapUTF8
(
const
char
*
uri_utf8
)
const
override
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment