This commit is contained in:
MihailRis
2024-04-23 18:43:02 +03:00
parent 67f34ceb8c
commit 051f0b8c6a
35 changed files with 61 additions and 62 deletions
@@ -1,5 +1,5 @@
#ifndef INTERFACES_TASK_H_
#define INTERFACES_TASK_H_
#ifndef INTERFACES_TASK_HPP_
#define INTERFACES_TASK_HPP_
#include "../typedefs.h"
@@ -17,5 +17,5 @@ public:
virtual void terminate() = 0;
};
#endif // INTERFACES_TASK_H_
#endif // INTERFACES_TASK_HPP_