diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-18 19:20:15 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-18 19:20:15 +0200 |
| commit | e68e594fa1c3081b93023c98cd91cc03be91ecaf (patch) | |
| tree | bb9c0aae3a711e0960ac910295fd790a921de368 /Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto | |
| parent | 23abfd4bf042906abe5de4a46a15c529fceb54d7 (diff) | |
| parent | f173a1de4608e3d9685eea30f96681d10d458518 (diff) | |
| download | Tango-e68e594fa1c3081b93023c98cd91cc03be91ecaf.tar.gz Tango-e68e594fa1c3081b93023c98cd91cc03be91ecaf.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto')
| -rw-r--r-- | Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto index 5763dbb2c..b937fbb34 100644 --- a/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto +++ b/Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto @@ -1,12 +1,9 @@ syntax = "proto3"; -import "ThreadLoadingState.proto"; - package Tango.PMR.ThreadLoading; option java_package = "com.twine.tango.pmr.threadloading"; message ContinueThreadLoadingResponse { - ThreadLoadingState State = 1; - string ErrorReason = 2; + }
\ No newline at end of file |
