Client: add method GetInstance()
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user