Client: add method GetInstance()

This commit is contained in:
Max Kellermann
2017-02-25 10:00:05 +01:00
parent 668724de4e
commit 05b8ddac4c
8 changed files with 33 additions and 21 deletions

View File

@@ -40,6 +40,7 @@
class SocketAddress;
class EventLoop;
class Path;
struct Instance;
struct Partition;
struct PlayerControl;
struct playlist;
@@ -187,6 +188,9 @@ public:
*/
void AllowFile(Path path_fs) const;
gcc_pure
Instance &GetInstance();
gcc_pure
playlist &GetPlaylist();