17class DOEXPORT cServiceLevelmachine :
public level_machine < cServiceLevelmachine,
18 ucom::IService::tServiceState,
19 ucom::IService::tServiceState::Deinitialized >
25 cServiceLevelmachine() =
default;
26 cServiceLevelmachine(
const cServiceLevelmachine&) =
delete;
27 cServiceLevelmachine(cServiceLevelmachine&&) =
delete;
28 cServiceLevelmachine& operator=(
const cServiceLevelmachine&) =
delete;
29 cServiceLevelmachine& operator=(cServiceLevelmachine&&) =
delete;
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition result.h:736