LCOV - code coverage report
Current view: top level - package/pingpong - ipinger.hpp (source / functions) Hit Total Coverage
Test: wfc_demo-coverage.info Lines: 0 2 0.0 %
Date: 2019-08-13 Functions: 0 4 0.0 %

          Line data    Source code
       1             : #pragma once
       2             : 
       3             : #include <pingpong/api/ball.hpp>
       4             : #include <wfc/iinterface.hpp>
       5             : 
       6             : namespace demo{ namespace pingpong{
       7             : 
       8           0 : struct ipinger: public ::wfc::iinterface
       9             : {
      10             :   typedef std::function<void(ball::ptr, ball::handler)> ball_handler;
      11             :   
      12           0 :   virtual ~ipinger() {}
      13             :   virtual void play(ball::ptr, ball::handler) = 0;
      14             :   virtual void pong(ball::ptr, ball::handler, io_id_t, ball_handler ) = 0;
      15             : };
      16             : 
      17             : }}

Generated by: LCOV version 1.10