diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-19 09:59:19 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-05-19 09:59:19 +0300 |
| commit | 61fdeccc6976d5dd2cca30495a26a67233fcde02 (patch) | |
| tree | 6f58487a33692607fe1e74ea2bcca8c1eb16c403 /Software/PMR/Messages/ThreadLoading/AbortThreadLoadingResponse.proto | |
| parent | d35f80a12e3b4258e429f479a489ba930c583873 (diff) | |
| download | Tango-61fdeccc6976d5dd2cca30495a26a67233fcde02.tar.gz Tango-61fdeccc6976d5dd2cca30495a26a67233fcde02.zip | |
Abort Thread Loading.
Diffstat (limited to 'Software/PMR/Messages/ThreadLoading/AbortThreadLoadingResponse.proto')
| -rw-r--r-- | Software/PMR/Messages/ThreadLoading/AbortThreadLoadingResponse.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/PMR/Messages/ThreadLoading/AbortThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/AbortThreadLoadingResponse.proto new file mode 100644 index 000000000..6efaa92b8 --- /dev/null +++ b/Software/PMR/Messages/ThreadLoading/AbortThreadLoadingResponse.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package Tango.PMR.ThreadLoading; +option java_package = "com.twine.tango.pmr.threadloading"; + +message AbortThreadLoadingResponse +{ + +}
\ No newline at end of file |
