diff options
| author | Avi Levkovich <avi@twine-s.com> | 2019-12-22 12:34:49 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2019-12-22 12:34:49 +0200 |
| commit | 4f1b171aae508c983b1dffe8d21e40ba3b69c906 (patch) | |
| tree | fae19719cb31ef70bfcf2d1fd4405ee35dd54a9b /Software/PMR/Messages/ThreadLoading/StopThreadLoadingRequest.proto | |
| parent | 82f97b7000677ead42a6d075793c146fd7c8cf1d (diff) | |
| parent | 1ee3c5e5cdacd6797fbcb87a7784b40fe5d6be7f (diff) | |
| download | Tango-4f1b171aae508c983b1dffe8d21e40ba3b69c906.tar.gz Tango-4f1b171aae508c983b1dffe8d21e40ba3b69c906.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/PMR/Messages/ThreadLoading/StopThreadLoadingRequest.proto')
| -rw-r--r-- | Software/PMR/Messages/ThreadLoading/StopThreadLoadingRequest.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/PMR/Messages/ThreadLoading/StopThreadLoadingRequest.proto b/Software/PMR/Messages/ThreadLoading/StopThreadLoadingRequest.proto new file mode 100644 index 000000000..03f5df91f --- /dev/null +++ b/Software/PMR/Messages/ThreadLoading/StopThreadLoadingRequest.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package Tango.PMR.ThreadLoading; +option java_package = "com.twine.tango.pmr.threadloading"; + +message StopThreadLoadingRequest +{ + +}
\ No newline at end of file |
