LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : #pragma once 2 : 3 : #include <hash/api/get_hash.hpp> 4 : #include <wfc/iinterface.hpp> 5 : 6 : namespace demo{ namespace hash{ 7 : 8 1 : struct ihash 9 : : public ::wfc::iinterface 10 : { 11 0 : virtual ~ihash() {} 12 : virtual void get_hash( request::get_hash::ptr req, response::get_hash::handler cb ) = 0; 13 : }; 14 : 15 : }} |
![]() |
Generated by: LCOV version 1.10 |