diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-07 16:24:17 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-07 16:24:17 +0300 |
| commit | 85e2267e399805c9bde146833d338cd9856bbfa0 (patch) | |
| tree | 7b3ecee365f591c658f47145751a28f3f50f0baa /Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto | |
| parent | f416553e4658dc719b89ffda6f0b364cfab3c1b8 (diff) | |
| download | Tango-85e2267e399805c9bde146833d338cd9856bbfa0.tar.gz Tango-85e2267e399805c9bde146833d338cd9856bbfa0.zip | |
Added TryThreadLoadingRequest/Response.
Diffstat (limited to 'Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto')
| -rw-r--r-- | Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto new file mode 100644 index 000000000..a92ee70c4 --- /dev/null +++ b/Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package Tango.PMR.ThreadLoading; +option java_package = "com.twine.tango.pmr.threadloading"; + +message TryThreadLoadingResponse +{ + +}
\ No newline at end of file |
