| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : #include "hub/hub_multiton.hpp" 2 : #include "hub_module.hpp" 3 : #include <wfc/module/component_list.hpp> 4 : #include <wfc/name.hpp> 5 : 6 : namespace wfc{ namespace jsonrpc{ 7 : 8 : namespace 9 : { 10 1 : WFC_NAME2(module_name, "jsonrpc-hub") 11 : 12 1 : class impl: public ::wfc::component_list< 13 : module_name, 14 : hub_multiton 15 : > 16 : {}; 17 : } 18 : 19 1 : hub_module::hub_module() 20 1 : : module( std::make_shared<impl>() ) 21 : { 22 1 : } 23 : 24 3 : }} |
| Generated by: LCOV version 1.10 |