db/Interface: migrate visitor methods from class Error to C++ exceptions
This commit is contained in:
@@ -20,13 +20,11 @@
|
||||
#ifndef MPD_MEMORY_DATABASE_PLUGIN_HXX
|
||||
#define MPD_MEMORY_DATABASE_PLUGIN_HXX
|
||||
|
||||
class Error;
|
||||
class Database;
|
||||
struct DatabaseSelection;
|
||||
struct DatabaseStats;
|
||||
|
||||
bool
|
||||
GetStats(const Database &db, const DatabaseSelection &selection,
|
||||
DatabaseStats &stats, Error &error);
|
||||
DatabaseStats
|
||||
GetStats(const Database &db, const DatabaseSelection &selection);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user