diff options
| author | nikitamorozov <[email protected]> | 2022-02-10 16:49:20 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:20 +0300 |
| commit | 2342f2b56e674c21307fcb92a37853f950224d31 (patch) | |
| tree | 7e3170fde6aea33759fe624ee5b7ec29de8af150 /util/stream/str.h | |
| parent | 2896882074ce784b7cabc4f2f7c502db74b34b80 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/stream/str.h')
| -rw-r--r-- | util/stream/str.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/stream/str.h b/util/stream/str.h index 028bd572c03..7e1ce848ccb 100644 --- a/util/stream/str.h +++ b/util/stream/str.h @@ -1,7 +1,7 @@ #pragma once #include "zerocopy.h" -#include "zerocopy_output.h" +#include "zerocopy_output.h" #include <util/generic/string.h> #include <util/generic/noncopyable.h> @@ -61,7 +61,7 @@ private: /** * Stream for writing data into a string. */ -class TStringOutput: public IZeroCopyOutput { +class TStringOutput: public IZeroCopyOutput { public: /** * Constructs a string output stream that appends character data to the @@ -95,8 +95,8 @@ public: } protected: - size_t DoNext(void** ptr) override; - void DoUndo(size_t len) override; + size_t DoNext(void** ptr) override; + void DoUndo(size_t len) override; void DoWrite(const void* buf, size_t len) override; void DoWriteC(char c) override; |
