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
973c9872
Commit
973c9872
authored
Jan 24, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sticker*: move to sticker/
parent
eef7ba48
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
10 additions
and
10 deletions
+10
-10
Makefile.am
Makefile.am
+3
-3
Main.cxx
src/Main.cxx
+1
-1
AllCommands.cxx
src/command/AllCommands.cxx
+1
-1
StickerCommands.cxx
src/command/StickerCommands.cxx
+3
-3
SongSticker.cxx
src/sticker/SongSticker.cxx
+0
-0
SongSticker.hxx
src/sticker/SongSticker.hxx
+0
-0
StickerDatabase.cxx
src/sticker/StickerDatabase.cxx
+0
-0
StickerDatabase.hxx
src/sticker/StickerDatabase.hxx
+0
-0
StickerPrint.cxx
src/sticker/StickerPrint.cxx
+0
-0
StickerPrint.hxx
src/sticker/StickerPrint.hxx
+0
-0
UpdateRemove.cxx
src/update/UpdateRemove.cxx
+2
-2
No files found.
Makefile.am
View file @
973c9872
...
...
@@ -244,9 +244,9 @@ endif
if
ENABLE_SQLITE
src_mpd_SOURCES
+=
\
src/command/StickerCommands.cxx src/command/StickerCommands.hxx
\
src/
StickerDatabase.cxx src
/StickerDatabase.hxx
\
src/
StickerPrint.cxx src
/StickerPrint.hxx
\
src/
SongSticker.cxx src
/SongSticker.hxx
src/
sticker/StickerDatabase.cxx src/sticker
/StickerDatabase.hxx
\
src/
sticker/StickerPrint.cxx src/sticker
/StickerPrint.hxx
\
src/
sticker/SongSticker.cxx src/sticker
/SongSticker.hxx
endif
# Generic utility library
...
...
src/Main.cxx
View file @
973c9872
...
...
@@ -72,7 +72,7 @@
#endif
#ifdef ENABLE_SQLITE
#include "StickerDatabase.hxx"
#include "
sticker/
StickerDatabase.hxx"
#endif
#ifdef ENABLE_ARCHIVE
...
...
src/command/AllCommands.cxx
View file @
973c9872
...
...
@@ -37,7 +37,7 @@
#ifdef ENABLE_SQLITE
#include "StickerCommands.hxx"
#include "StickerDatabase.hxx"
#include "
sticker/
StickerDatabase.hxx"
#endif
#include <assert.h>
...
...
src/command/StickerCommands.cxx
View file @
973c9872
...
...
@@ -24,9 +24,9 @@
#include "DatabasePlugin.hxx"
#include "DatabaseGlue.hxx"
#include "DatabaseSimple.hxx"
#include "SongSticker.hxx"
#include "StickerPrint.hxx"
#include "StickerDatabase.hxx"
#include "
sticker/
SongSticker.hxx"
#include "
sticker/
StickerPrint.hxx"
#include "
sticker/
StickerDatabase.hxx"
#include "CommandError.hxx"
#include "protocol/Result.hxx"
#include "util/Error.hxx"
...
...
src/SongSticker.cxx
→
src/
sticker/
SongSticker.cxx
View file @
973c9872
File moved
src/SongSticker.hxx
→
src/
sticker/
SongSticker.hxx
View file @
973c9872
File moved
src/StickerDatabase.cxx
→
src/
sticker/
StickerDatabase.cxx
View file @
973c9872
File moved
src/StickerDatabase.hxx
→
src/
sticker/
StickerDatabase.hxx
View file @
973c9872
File moved
src/StickerPrint.cxx
→
src/
sticker/
StickerPrint.cxx
View file @
973c9872
File moved
src/StickerPrint.hxx
→
src/
sticker/
StickerPrint.hxx
View file @
973c9872
File moved
src/update/UpdateRemove.cxx
View file @
973c9872
...
...
@@ -30,8 +30,8 @@
#include "Log.hxx"
#ifdef ENABLE_SQLITE
#include "StickerDatabase.hxx"
#include "SongSticker.hxx"
#include "
sticker/
StickerDatabase.hxx"
#include "
sticker/
SongSticker.hxx"
#endif
#include <assert.h>
...
...
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