----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------
| 43 | // Constructor |
| 44 | //----------------------------------------------------------------------------- |
| 45 | Event::Event |
| 46 | ( |
| 47 | ): |
| 48 | m_pImpl( new EventImpl() ) |
| 49 | { |
| 50 | } |
| 51 | |
| 52 | //----------------------------------------------------------------------------- |
| 53 | // <Event::~Event> |
nothing calls this directly
no outgoing calls
no test coverage detected