diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-18 15:52:25 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-18 15:52:25 +0200 |
| commit | 41b950b3f3f7fa0384cccd13ed4ef38119bbcbcf (patch) | |
| tree | f6c535ae38fcf71842f0af4622c806044224974d /Software/PMR/Messages/ThreadLoading/ContinueThreadLoadingResponse.proto | |
| parent | 615bc666c8d0618d93bc4401a74928535c2cc7f6 (diff) | |
| download | Tango-41b950b3f3f7fa0384cccd13ed4ef38119bbcbcf.tar.gz Tango-41b950b3f3f7fa0384cccd13ed4ef38119bbcbcf.zip | |
Fixed ContinueThreadLoadingResponse.
Refactored ActionLog Difference data structure to node tree.
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 |
