decoder_print: convert to C++
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2003-2011 The Music Player Daemon Project
|
||||
* Copyright (C) 2003-2013 The Music Player Daemon Project
|
||||
* http://www.musicpd.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -18,10 +18,13 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "decoder_print.h"
|
||||
#include "DecoderPrint.hxx"
|
||||
#include "decoder_list.h"
|
||||
#include "decoder_plugin.h"
|
||||
|
||||
extern "C" {
|
||||
#include "client.h"
|
||||
}
|
||||
|
||||
#include <assert.h>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2003-2011 The Music Player Daemon Project
|
||||
* Copyright (C) 2003-2013 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_DECODER_PRINT_H
|
||||
#define MPD_DECODER_PRINT_H
|
||||
#ifndef MPD_DECODER_PRINT_HXX
|
||||
#define MPD_DECODER_PRINT_HXX
|
||||
|
||||
struct client;
|
||||
|
@@ -28,13 +28,13 @@
|
||||
#include "TagPrint.hxx"
|
||||
#include "TimePrint.hxx"
|
||||
#include "Mapper.hxx"
|
||||
#include "DecoderPrint.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include "protocol/argparser.h"
|
||||
#include "protocol/result.h"
|
||||
#include "ls.h"
|
||||
#include "uri.h"
|
||||
#include "decoder_print.h"
|
||||
#include "volume.h"
|
||||
#include "stats.h"
|
||||
}
|
||||
|
Reference in New Issue
Block a user