diff options
author | Max Kellermann <max@duempel.org> | 2014-02-25 18:17:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-25 18:17:54 +0100 |
commit | afcdb65f804d882540d3d06198de76995d1a7bda (patch) | |
tree | 0abcc303f3cf6a8a6057de370902c0c24ca29ffd /src/db | |
parent | 6b66e86f400f15d027e7141b86100d016e7e9e3d (diff) | |
download | mpd-afcdb65f804d882540d3d06198de76995d1a7bda.tar.gz mpd-afcdb65f804d882540d3d06198de76995d1a7bda.tar.xz mpd-afcdb65f804d882540d3d06198de76995d1a7bda.zip |
db/simple: add comment
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/plugins/SimpleDatabasePlugin.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/plugins/SimpleDatabasePlugin.hxx b/src/db/plugins/SimpleDatabasePlugin.hxx index a92003ac1..80bc6f0ee 100644 --- a/src/db/plugins/SimpleDatabasePlugin.hxx +++ b/src/db/plugins/SimpleDatabasePlugin.hxx @@ -73,6 +73,7 @@ public: return mtime > 0; } + /* virtual methods from class Database */ virtual bool Open(Error &error) override; virtual void Close() override; |