Skip to content
Snippets Groups Projects
Commit 70bdf01f authored by Tomasz Kozak's avatar Tomasz Kozak
Browse files

remove commented part of ExceptionHandlingDecorator - 'void doPreRead()...

remove commented part of ExceptionHandlingDecorator - 'void doPreRead() override' and its implementation
parent be85b286
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,6 @@ namespace ChimeraTK {
TransferFuture doReadTransferAsync() override;
//void doPreRead() override;
DataValidity dataValidity() const override;
void interrupt() override;
......
......@@ -98,15 +98,6 @@ namespace ChimeraTK {
return future;
}
/*
template<typename UserType>
void ExceptionHandlingDecorator<UserType>::doPreRead() {
genericTransfer([this]() { return ChimeraTK::NDRegisterAccessorDecorator<UserType>::doPreRead(), true; });
}
*/
template<typename UserType>
DataValidity ExceptionHandlingDecorator<UserType>::dataValidity() const {
// faulty Validity from the decorated class takes precedence over our own
......
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