diff options
author | anikella <[email protected]> | 2022-02-10 16:50:52 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:52 +0300 |
commit | aae523fee7a5dc0b76bc9ef82b5df543ac40984a (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/shellcommand.h | |
parent | 231c91be009a1fd2d4184c44e24669c4ea7887c5 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/shellcommand.h')
-rw-r--r-- | util/system/shellcommand.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/util/system/shellcommand.h b/util/system/shellcommand.h index fceaf6d8cde..8730627fe5b 100644 --- a/util/system/shellcommand.h +++ b/util/system/shellcommand.h @@ -407,14 +407,14 @@ public: TMaybe<int> GetExitCode() const; /** - * @brief get id of underlying process + * @brief get id of underlying process * @note depends on os: pid_t on UNIX, HANDLE on win - * - * @return pid or handle - */ - TProcessId GetPid() const; - - /** + * + * @return pid or handle + */ + TProcessId GetPid() const; + + /** * @brief return the file handle that provides input to the child process * * @return input file handle |