Skip to content
Snippets Groups Projects
Commit 4f2b35be authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

added always-throwing implementation for ScalarAccessor::readAsync()

It already exists for ArrayAccessor::readAsync()...
parent ff7c8607
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,11 @@ namespace ChimeraTK {
return dataLoss;
}
TransferFuture readAsync() {
throw ChimeraTK::logic_error("ScalarAccessor::readAsync() is currently not "
"supported by ApplicationCore!");
}
protected:
friend class InversionOfControlAccessor<ScalarAccessor<UserType>>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment