add MPD::Connection::Toggle() and throw away MPD::Connection::Execute()

This commit is contained in:
Andrzej Rybczak
2009-09-23 05:47:51 +02:00
parent d2f516d15c
commit 0d9f6fab7d
4 changed files with 14 additions and 28 deletions

View File

@@ -103,12 +103,11 @@ namespace MPD
void UpdateStatus();
bool UpdateDirectory(const std::string &);
bool Execute(const std::string &) const;
void Play() const;
void Play(int) const;
void PlayID(int) const;
void Pause() const;
void Pause(bool) const;
void Toggle() const;
void Stop() const;
void Next() const;
void Prev() const;