| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : /* 2 : * IssueCatcherHandler.cxx 3 : * ERS 4 : * 5 : * Created by Serguei Kolos on 21.01.05. 6 : * Copyright 2005 CERN. All rights reserved. 7 : * 8 : */ 9 : 10 : #include <ers/IssueCatcherHandler.hpp> 11 : #include <ers/LocalStream.hpp> 12 : 13 0 : ers::IssueCatcherHandler::~IssueCatcherHandler() 14 : { 15 0 : LocalStream::instance().remove_issue_catcher(); 16 0 : } |
| Generated by: LCOV version 2.0-1 |