aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/event.h
diff options
context:
space:
mode:
authorkostik <kostik@yandex-team.ru>2022-02-10 16:49:22 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:22 +0300
commitf7619e21ba894db354477390e8fe96256a6eb14a (patch)
treeb69d940766676eea8fd8d90570ed4f2783014d58 /util/system/event.h
parenta6f6b22bda21d53d07bd2e0ff63a2b2abf69ede9 (diff)
downloadydb-f7619e21ba894db354477390e8fe96256a6eb14a.tar.gz
Restoring authorship annotation for <kostik@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/event.h')
-rw-r--r--util/system/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/event.h b/util/system/event.h
index cab2fc478a..6424d3352b 100644
--- a/util/system/event.h
+++ b/util/system/event.h
@@ -21,7 +21,7 @@ public:
TSystemEvent(ResetMode rmode = rManual);
TSystemEvent(const TSystemEvent& other) noexcept;
TSystemEvent& operator=(const TSystemEvent& other) noexcept;
-
+
~TSystemEvent();
void Reset() noexcept;
@@ -59,7 +59,7 @@ public:
private:
class TEvImpl;
- TIntrusivePtr<TEvImpl> EvImpl_;
+ TIntrusivePtr<TEvImpl> EvImpl_;
};
class TAutoEvent: public TSystemEvent {