mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-11 12:07:23 +01:00
enh(Foundation): modernised header files (override, using, nullptr, ...)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user