LCOV - code coverage report
Current view: top level - eventdispatcher - dispatcher_base.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 3 33.3 %
Date: 2019-08-08 02:52:36 Functions: 2 4 50.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : // Copyright (c) 2012-2019  Made to Order Software Corp.  All Rights Reserved
       2             : //
       3             : // This program is free software; you can redistribute it and/or modify
       4             : // it under the terms of the GNU General Public License as published by
       5             : // the Free Software Foundation; either version 2 of the License, or
       6             : // (at your option) any later version.
       7             : //
       8             : // This program is distributed in the hope that it will be useful,
       9             : // but WITHOUT ANY WARRANTY; without even the implied warranty of
      10             : // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      11             : // GNU General Public License for more details.
      12             : //
      13             : // You should have received a copy of the GNU General Public License
      14             : // along with this program; if not, write to the Free Software
      15             : // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
      16             : 
      17             : // to get the POLLRDHUP definition
      18             : #ifndef _GNU_SOURCE
      19             : #define _GNU_SOURCE
      20             : #endif
      21             : 
      22             : 
      23             : // self
      24             : //
      25             : #include    "eventdispatcher/dispatcher_base.h"
      26             : 
      27             : 
      28             : // last include
      29             : //
      30             : #include    <snapdev/poison.h>
      31             : 
      32             : 
      33             : 
      34             : /** \file
      35             :  * \brief Implementation of the dispatcher_base class.
      36             :  *
      37             :  * This class is used to allow you to supply a dispatcher to the library.
      38             :  */
      39             : 
      40             : namespace ed
      41             : {
      42             : 
      43             : 
      44             : 
      45             : /** \brief The dispatcher base destructor.
      46             :  *
      47             :  * This destructor is virtual allowing clean derivation at all levels.
      48             :  */
      49           0 : dispatcher_base::~dispatcher_base()
      50             : {
      51           0 : }
      52             : 
      53             : 
      54             : 
      55           6 : } // namespace ed
      56             : // vim: ts=4 sw=4 et

Generated by: LCOV version 1.12