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