Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
CzechLight
/
velia
/
d9e741ff1a32815ef98a0db739c1d37687658a3d
/
.
/
src
/
health
/
Factory.h
blob: c4207a2c6cc27cd62ff03b3d6701fb7455019deb [
file
] [
log
] [
blame
]
#pragma
once
#include
<memory>
#include
"health/State.h"
#include
"health/outputs/SlotWrapper.h"
namespace
velia
::
health
{
boost
::
signals2
::
SlotWrapper
<
void
,
health
::
State
>
createOutput
(
const
std
::
string
&
applianceName
);
}