summaryrefslogtreecommitdiffstats
path: root/util/stream/pipe.h
diff options
context:
space:
mode:
authorakhropov <[email protected]>2022-02-10 16:46:32 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:32 +0300
commit00afc96e9c0298054b7386fa7fb9e3cc3d67b974 (patch)
treecb7a9f4a92c0d4cc5a86eeed49ad71e810953c1f /util/stream/pipe.h
parent83a8efcf3af051e3dd59c00d1d5dafc96412ec1e (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/stream/pipe.h')
-rw-r--r--util/stream/pipe.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/stream/pipe.h b/util/stream/pipe.h
index 18525b9517d..bbd98a6fbd7 100644
--- a/util/stream/pipe.h
+++ b/util/stream/pipe.h
@@ -46,11 +46,11 @@ public:
* @param command Command line to start a process with.
*/
TPipeInput(const TString& command);
-
+
private:
size_t DoRead(void* buf, size_t len) override;
};
-
+
/**
* Output stream that binds to a standard input stream of a newly started process.
*
@@ -74,8 +74,8 @@ public:
private:
void DoWrite(const void* buf, size_t len) override;
-};
-
+};
+
class TPipedBase {
protected:
TPipedBase(PIPEHANDLE fd);