diff options
author | serxa <[email protected]> | 2022-02-10 16:49:08 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:08 +0300 |
commit | d6d7db348c2cc64e71243cab9940ee6778f4317d (patch) | |
tree | bac67f42a02f9368eb4d329f5d79b77d0a6adc18 /library/cpp/lwtrace/sleep_action.h | |
parent | 8d57b69dee81198a59c39e64704f7dc9f04b4fbf (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/lwtrace/sleep_action.h')
-rw-r--r-- | library/cpp/lwtrace/sleep_action.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/library/cpp/lwtrace/sleep_action.h b/library/cpp/lwtrace/sleep_action.h index 26f89bd88cf..9cece64d40e 100644 --- a/library/cpp/lwtrace/sleep_action.h +++ b/library/cpp/lwtrace/sleep_action.h @@ -2,20 +2,20 @@ #include "probe.h" -namespace NLWTrace { - namespace NPrivate { - class TSleepActionExecutor: public IExecutor { - private: - ui64 NanoSeconds; +namespace NLWTrace { + namespace NPrivate { + class TSleepActionExecutor: public IExecutor { + private: + ui64 NanoSeconds; - public: - TSleepActionExecutor(const TProbe*, ui64 nanoSeconds) - : IExecutor() - , NanoSeconds(nanoSeconds) - { - } - bool DoExecute(TOrbit& orbit, const TParams& params) override; - }; + public: + TSleepActionExecutor(const TProbe*, ui64 nanoSeconds) + : IExecutor() + , NanoSeconds(nanoSeconds) + { + } + bool DoExecute(TOrbit& orbit, const TParams& params) override; + }; - } -} + } +} |