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
7af24c4d
Commit
7af24c4d
authored
Aug 10, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playlist_error: convert to C++
parent
7f0ce4e9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile.am
Makefile.am
+1
-1
CommandError.hxx
src/CommandError.hxx
+1
-1
Playlist.hxx
src/Playlist.hxx
+1
-1
PlaylistError.hxx
src/PlaylistError.hxx
+3
-3
PlaylistQueue.hxx
src/PlaylistQueue.hxx
+1
-1
PlaylistSave.hxx
src/PlaylistSave.hxx
+1
-1
No files found.
Makefile.am
View file @
7af24c4d
...
...
@@ -63,7 +63,6 @@ mpd_headers = \
src/AudioCompress/compress.h
\
src/open.h
\
src/Playlist.hxx
\
src/playlist_error.h
\
src/poison.h
\
src/riff.h
\
src/aiff.h
\
...
...
@@ -180,6 +179,7 @@ src_mpd_SOURCES = \
src/PlayerThread.cxx src/PlayerThread.hxx
\
src/PlayerControl.cxx src/PlayerControl.hxx
\
src/Playlist.cxx
\
src/PlaylistError.hxx
\
src/PlaylistGlobal.cxx src/PlaylistGlobal.hxx
\
src/PlaylistControl.cxx
\
src/PlaylistEdit.cxx
\
...
...
src/CommandError.hxx
View file @
7af24c4d
...
...
@@ -21,7 +21,7 @@
#define MPD_COMMAND_ERROR_HXX
#include "command.h"
#include "
playlist_error.h
"
#include "
PlaylistError.hxx
"
#include "gerror.h"
class
Client
;
...
...
src/Playlist.hxx
View file @
7af24c4d
...
...
@@ -21,7 +21,7 @@
#define MPD_PLAYLIST_HXX
#include "Queue.hxx"
#include "
playlist_error.h
"
#include "
PlaylistError.hxx
"
struct
player_control
;
struct
Song
;
...
...
src/
playlist_error.h
→
src/
PlaylistError.hxx
View file @
7af24c4d
/*
* Copyright (C) 2003-201
1
The Music Player Daemon Project
* Copyright (C) 2003-201
3
The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_PLAYLIST_ERROR_H
#define MPD_PLAYLIST_ERROR_H
#ifndef MPD_PLAYLIST_ERROR_H
XX
#define MPD_PLAYLIST_ERROR_H
XX
#include "gcc.h"
...
...
src/PlaylistQueue.hxx
View file @
7af24c4d
...
...
@@ -24,7 +24,7 @@
#ifndef MPD_PLAYLIST_QUEUE_HXX
#define MPD_PLAYLIST_QUEUE_HXX
#include "
playlist_error.h
"
#include "
PlaylistError.hxx
"
struct
playlist_provider
;
struct
playlist
;
...
...
src/PlaylistSave.hxx
View file @
7af24c4d
...
...
@@ -20,7 +20,7 @@
#ifndef MPD_PLAYLIST_SAVE_H
#define MPD_PLAYLIST_SAVE_H
#include "
playlist_error.h
"
#include "
PlaylistError.hxx
"
#include <stdio.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