mirror of
https://github.com/usatiuk/backup.git
synced 2025-10-27 01:37:49 +01:00
init
This commit is contained in:
13
tests/utils/Runnable.cpp
Normal file
13
tests/utils/Runnable.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by Stepan Usatiuk on 13.04.2023.
|
||||
//
|
||||
|
||||
#include "Runnable.h"
|
||||
|
||||
Runnable::Runnable(std::string name) : name(std::move(name)) {}
|
||||
|
||||
std::string Runnable::getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
Runnable::~Runnable() = default;
|
||||
Reference in New Issue
Block a user