The new client can (lazily) read disks now, although nothing's actually done

with the result.
This commit is contained in:
David Given
2018-10-20 15:54:18 +02:00
parent 7efaae2f76
commit 7d765abb21
7 changed files with 154 additions and 31 deletions

View File

@@ -67,6 +67,7 @@ public:
_value(defaultValue)
{}
T value() const { return _value; }
operator T() const { return _value; }
bool hasArgument() const { return true; }