Nymph  v1.5.2
Flow-Based Data Processing Framework
KTSignalWrapper.cc
Go to the documentation of this file.
1 /*
2  * KTSignalWrapper.cc
3  *
4  * Created on: Aug 8, 2012
5  * Author: nsoblath
6  */
7 
8 #include "KTSignalWrapper.hh"
9 
10 namespace Nymph
11 {
12  SignalException::SignalException (std::string const& why)
13  : std::logic_error(why)
14  {}
15 
17  fSignalWrapper(NULL)
18  {
19  }
20 
22  {
23  delete fSignalWrapper;
24  }
25 
26 } /* namespace Nymph */
STL namespace.
KTInternalSignalWrapper * fSignalWrapper
SignalException(std::string const &why)