InputStream: convert to class

This commit is contained in:
Max Kellermann
2014-05-11 15:34:48 +02:00
parent ee2afb35dd
commit 6773adc771
31 changed files with 132 additions and 70 deletions

View File

@@ -23,7 +23,7 @@
#include "SongEnumerator.hxx"
#include "Compiler.h"
struct InputStream;
class InputStream;
/**
* A #SongEnumerator wrapper that closes an #InputStream automatically

View File

@@ -21,7 +21,7 @@
#define MPD_PLAYLIST_PLUGIN_HXX
struct config_param;
struct InputStream;
class InputStream;
struct Tag;
class Mutex;
class Cond;

View File

@@ -23,7 +23,7 @@
class Mutex;
class Cond;
class SongEnumerator;
struct InputStream;
class InputStream;
extern const struct playlist_plugin *const playlist_plugins[];