write shit
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
namespace basalt::shared::deliver {
|
||||
|
||||
IDeliver::IDeliver() {}
|
||||
IDeliver::IDeliver() : status(DeliverStatus::Ready) {}
|
||||
|
||||
IDeliver::~IDeliver() {
|
||||
if (this->status != DeliverStatus::Stop) {
|
||||
|
||||
Reference in New Issue
Block a user