player_control.h: convert header to C++

This commit is contained in:
Max Kellermann 2013-01-04 22:31:53 +01:00
parent 05c91082e3
commit 81f3d893d9
15 changed files with 16 additions and 18 deletions

View File

@ -114,7 +114,6 @@ mpd_headers = \
src/output/httpd_client.h \
src/output/httpd_internal.h \
src/page.h \
src/player_control.h \
src/Playlist.hxx \
src/playlist_error.h \
src/PlaylistInternal.hxx \
@ -265,7 +264,7 @@ src_mpd_SOURCES = \
src/page.c \
src/Permission.cxx src/Permission.hxx \
src/PlayerThread.cxx src/PlayerThread.hxx \
src/PlayerControl.cxx \
src/PlayerControl.cxx src/PlayerControl.hxx \
src/Playlist.cxx \
src/PlaylistGlobal.cxx \
src/PlaylistControl.cxx \

View File

@ -22,6 +22,7 @@
#include "CommandLine.hxx"
#include "Playlist.hxx"
#include "PlaylistFile.hxx"
#include "PlayerControl.hxx"
#include "UpdateGlue.hxx"
#include "MusicChunk.hxx"
#include "StateFile.hxx"
@ -41,7 +42,6 @@ extern "C" {
#include "idle.h"
#include "conf.h"
#include "path.h"
#include "player_control.h"
#include "stats.h"
#include "sig_handlers.h"
#include "audio_config.h"

View File

@ -24,6 +24,7 @@ extern "C" {
#include "output_internal.h"
}
#include "PlayerControl.hxx"
#include "OutputControl.hxx"
#include "OutputError.hxx"
#include "MusicBuffer.hxx"
@ -32,7 +33,6 @@ extern "C" {
#include "mpd_error.h"
extern "C" {
#include "player_control.h"
#include "conf.h"
#include "notify.h"
}

View File

@ -26,13 +26,13 @@
#include "config.h"
#include "OutputCommand.hxx"
#include "PlayerControl.hxx"
extern "C" {
#include "output_all.h"
#include "output_internal.h"
#include "output_plugin.h"
#include "mixer_control.h"
#include "player_control.h"
#include "idle.h"
}

View File

@ -23,7 +23,6 @@
extern "C" {
#include "output_api.h"
#include "output_internal.h"
#include "player_control.h"
#include "pcm_mix.h"
#include "filter_plugin.h"
#include "filter/convert_filter_plugin.h"
@ -31,6 +30,7 @@ extern "C" {
#include "notify.h"
}
#include "PlayerControl.hxx"
#include "MusicPipe.hxx"
#include "MusicChunk.hxx"

View File

@ -28,11 +28,13 @@
#include "protocol/ArgParser.hxx"
extern "C" {
#include "player_control.h"
#include "audio_format.h"
#include "volume.h"
#include "replay_gain_config.h"
}
#include "PlayerControl.hxx"
#include <errno.h>
#define COMMAND_STATUS_STATE "state"

View File

@ -18,9 +18,9 @@
*/
#include "config.h"
#include "PlayerControl.hxx"
extern "C" {
#include "player_control.h"
#include "idle.h"
}

View File

@ -28,9 +28,9 @@
#include "Main.hxx"
#include "mpd_error.h"
#include "CrossFade.hxx"
#include "PlayerControl.hxx"
extern "C" {
#include "player_control.h"
#include "output_all.h"
#include "event_pipe.h"
#include "tag.h"

View File

@ -19,10 +19,10 @@
#include "config.h"
#include "PlaylistInternal.hxx"
#include "PlayerControl.hxx"
#include "song.h"
extern "C" {
#include "player_control.h"
#include "conf.h"
#include "idle.h"
}

View File

@ -24,12 +24,9 @@
#include "config.h"
#include "PlaylistInternal.hxx"
#include "PlayerControl.hxx"
#include "song.h"
extern "C" {
#include "player_control.h"
}
#include <glib.h>
#undef G_LOG_DOMAIN

View File

@ -25,9 +25,9 @@
#include "config.h"
#include "PlaylistInternal.hxx"
#include "PlayerControl.hxx"
extern "C" {
#include "player_control.h"
#include "uri.h"
#include "song.h"
#include "idle.h"

View File

@ -27,9 +27,9 @@
#include "Playlist.hxx"
#include "QueueSave.hxx"
#include "TextFile.hxx"
#include "PlayerControl.hxx"
extern "C" {
#include "player_control.h"
#include "conf.h"
}

View File

@ -21,9 +21,9 @@
extern "C" {
#include "stats.h"
#include "player_control.h"
}
#include "PlayerControl.hxx"
#include "ClientInternal.hxx"
#include "DatabaseSelection.hxx"
#include "DatabaseGlue.hxx"

View File

@ -33,7 +33,7 @@ extern "C" {
}
#include "Playlist.hxx"
#include "player_control.h"
#include "PlayerControl.hxx"
#include "stdbin.h"
#include <glib.h>