db/Interface: add attribute "plugin"
The new method IsPlugin() replaces the "is_simple" flag.
This commit is contained in:
@@ -35,8 +35,7 @@ class LazyDatabase final : public Database {
|
||||
|
||||
public:
|
||||
gcc_nonnull_all
|
||||
LazyDatabase(Database *_db)
|
||||
:db(_db), open(false) {}
|
||||
LazyDatabase(Database *_db);
|
||||
|
||||
virtual ~LazyDatabase();
|
||||
|
||||
|
Reference in New Issue
Block a user