Skip to content
Snippets Groups Projects
Commit cdaeeecf authored by Valerio Pastore's avatar Valerio Pastore
Browse files

fix automatic obs registration

parent 8c5feee7
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ protected:
public:
BaseDAQ_Observer(inaf::oasbo::DAQ::BaseDAQ &dataAcquisition) {
this->dataAcquisition = &dataAcquisition;
this->dataAcquisition->registerObserver(this);
}
virtual ~BaseDAQ_Observer() {
......
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