| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : /* 2 : * ThrowStream.cxx 3 : * ers 4 : * 5 : * Created by Serguei Kolos on 02.08.05. 6 : * Copyright 2004 CERN. All rights reserved. 7 : * 8 : */ 9 : 10 : #include <ers/internal/ThrowStream.hpp> 11 : 12 41 : ERS_REGISTER_OUTPUT_STREAM( ers::ThrowStream, "throw", ERS_EMPTY) 13 : 14 0 : void ers::ThrowStream::write( const Issue & issue ) 15 : { 16 0 : chained().write( issue ); 17 0 : issue.raise(); 18 0 : } 19 : 20 : 21 : 22 : |
| Generated by: LCOV version 2.0-1 |