aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/oldmodule/module.h
diff options
context:
space:
mode:
authorchernyak <chernyak@yandex-team.ru>2022-02-10 16:50:29 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:29 +0300
commit27d9c978ef36b8d6a70f60a38957f25d75192f70 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/oldmodule/module.h
parentf2b67f65c49b38a882b6407926cece6fe49bd066 (diff)
downloadydb-27d9c978ef36b8d6a70f60a38957f25d75192f70.tar.gz
Restoring authorship annotation for <chernyak@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/oldmodule/module.h')
-rw-r--r--library/cpp/messagebus/oldmodule/module.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/messagebus/oldmodule/module.h b/library/cpp/messagebus/oldmodule/module.h
index 8625012e0fc..8d1c4a5d52b 100644
--- a/library/cpp/messagebus/oldmodule/module.h
+++ b/library/cpp/messagebus/oldmodule/module.h
@@ -127,7 +127,7 @@ namespace NBus {
}
UseAddr = !!addr;
}
-
+
public:
TString GetStatus(unsigned flags);
};
@@ -270,7 +270,7 @@ namespace NBus {
/// return human reabable status of this job
virtual TString GetStatus(unsigned flags);
-
+
/// set sleep time for job
void Sleep(int milliSeconds);
@@ -372,7 +372,7 @@ namespace NBus {
/// get status of all jobs in flight
TString GetStatus(unsigned flags = 0);
-
+
/// called when application is about to start
virtual bool StartInput();
/// called when application is about to exit