enh(Foundation): modernised header files (override, using, nullptr, ...)

This commit is contained in:
Matej Kenda
2025-02-10 14:52:52 +01:00
parent 9e4e039c04
commit e7687d4bba
184 changed files with 1487 additions and 1797 deletions

View File

@@ -81,7 +81,7 @@ public:
///
/// If `startProcess` is true, the process is started on object creation.
~ProcessRunner();
~ProcessRunner() override;
/// Destroys the ProcessRunner.
PID pid() const;
@@ -137,8 +137,7 @@ private:
#endif
}
void run();
void run() override;
/// Starts the process and waits for it to be fully initialized.
/// Process initialization completion is indicated by new pid in
/// the pid file. If pid file is not specified, there is no waiting.