|
@@ -15,9 +15,6 @@ connectionId(std::move(_connectionId)),
|
|
stateId(std::move(_stateId))
|
|
stateId(std::move(_stateId))
|
|
{}
|
|
{}
|
|
|
|
|
|
-ls_std::StateConnection::StateConnection() : Class("StateConnection")
|
|
|
|
-{}
|
|
|
|
-
|
|
|
|
ls_std::StateConnectionId ls_std::StateConnection::getConnectionId() {
|
|
ls_std::StateConnectionId ls_std::StateConnection::getConnectionId() {
|
|
return this->connectionId;
|
|
return this->connectionId;
|
|
}
|
|
}
|