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
c8c3f208
Commit
c8c3f208
authored
Feb 05, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
storage/local: move to src/storage/plugins/
parent
f6682aae
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile.am
Makefile.am
+1
-1
Main.cxx
src/Main.cxx
+1
-1
LocalStorage.cxx
src/storage/plugins/LocalStorage.cxx
+1
-1
LocalStorage.hxx
src/storage/plugins/LocalStorage.hxx
+1
-1
No files found.
Makefile.am
View file @
c8c3f208
...
@@ -419,7 +419,7 @@ noinst_LIBRARIES += libstorage.a
...
@@ -419,7 +419,7 @@ noinst_LIBRARIES += libstorage.a
libstorage_a_SOURCES
=
\
libstorage_a_SOURCES
=
\
src/storage/StorageInterface.cxx src/storage/StorageInterface.hxx
\
src/storage/StorageInterface.cxx src/storage/StorageInterface.hxx
\
src/storage/
LocalStorage.cxx src/storage
/LocalStorage.hxx
\
src/storage/
plugins/LocalStorage.cxx src/storage/plugins
/LocalStorage.hxx
\
src/storage/FileInfo.hxx
src/storage/FileInfo.hxx
STORAGE_LIBS
=
libstorage.a
STORAGE_LIBS
=
libstorage.a
...
...
src/Main.cxx
View file @
c8c3f208
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
#include "db/DatabaseGlue.hxx"
#include "db/DatabaseGlue.hxx"
#include "db/DatabaseSimple.hxx"
#include "db/DatabaseSimple.hxx"
#include "db/plugins/SimpleDatabasePlugin.hxx"
#include "db/plugins/SimpleDatabasePlugin.hxx"
#include "storage/LocalStorage.hxx"
#include "storage/
plugins/
LocalStorage.hxx"
#endif
#endif
#ifdef ENABLE_NEIGHBOR_PLUGINS
#ifdef ENABLE_NEIGHBOR_PLUGINS
...
...
src/storage/LocalStorage.cxx
→
src/storage/
plugins/
LocalStorage.cxx
View file @
c8c3f208
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "config.h"
#include "LocalStorage.hxx"
#include "LocalStorage.hxx"
#include "FileInfo.hxx"
#include "
storage/
FileInfo.hxx"
#include "util/Error.hxx"
#include "util/Error.hxx"
#include "fs/FileSystem.hxx"
#include "fs/FileSystem.hxx"
...
...
src/storage/LocalStorage.hxx
→
src/storage/
plugins/
LocalStorage.hxx
View file @
c8c3f208
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#define MPD_STORAGE_LOCAL_HXX
#define MPD_STORAGE_LOCAL_HXX
#include "check.h"
#include "check.h"
#include "StorageInterface.hxx"
#include "
storage/
StorageInterface.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/DirectoryReader.hxx"
#include "fs/DirectoryReader.hxx"
...
...
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