LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : // 2 : // Author: Vladimir Migashko <migashko@gmail.com>, (C) 2013-2015 3 : // 4 : // Copyright: See COPYING file that comes with this distribution 5 : // 6 : 7 : #pragma once 8 : 9 : #include <wfc/module/module.hpp> 10 : 11 : namespace demo{ 12 : 13 0 : class storage_module 14 : : public ::wfc::module 15 : { 16 : class impl; 17 : public: 18 : storage_module(); 19 : }; 20 : 21 : } 22 : |
![]() |
Generated by: LCOV version 1.10 |