diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-15 15:26:00 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-15 15:26:00 +0300 |
| commit | 4a1c6d6322ef7e5021df6190920e42dc0bc06df9 (patch) | |
| tree | 428f32a98b4339977e4c8c931df6b09b266af018 /Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ErrorCode.pb.cc | |
| parent | e1ce4bbfebc27e9c0ce2b4d305246407273aaed0 (diff) | |
| download | Tango-4a1c6d6322ef7e5021df6190920e42dc0bc06df9.tar.gz Tango-4a1c6d6322ef7e5021df6190920e42dc0bc06df9.zip | |
Embedded Mirta project in solution.
Diffstat (limited to 'Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ErrorCode.pb.cc')
| -rw-r--r-- | Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ErrorCode.pb.cc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ErrorCode.pb.cc b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ErrorCode.pb.cc index 685589881..7cc6e6276 100644 --- a/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ErrorCode.pb.cc +++ b/Software/Visual_Studio/Native/Tango.ProtoTest/PMR/ErrorCode.pb.cc @@ -82,12 +82,14 @@ namespace { void AddDescriptorsImpl() { InitDefaults(); static const char descriptor[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { - "\n\017ErrorCode.proto\022\020Tango.PMR.Common*\"\n\tE" - "rrorCode\022\010\n\004NONE\020\000\022\013\n\007BAD_CRC\020\001B\034\n\032com.t" - "wine.tango.pmr.commonb\006proto3" + "\n\017ErrorCode.proto\022\020Tango.PMR.Common*_\n\tE" + "rrorCode\022\010\n\004NONE\020\000\022\013\n\007BAD_CRC\020\001\022\036\n\032INVAL" + "ID_DIGITAL_PIN_NUMBER\020\002\022\033\n\027UNAUTHORIZED_" + "CONNECTION\020\003B\034\n\032com.twine.tango.pmr.comm" + "onb\006proto3" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( - descriptor, 109); + descriptor, 170); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "ErrorCode.proto", &protobuf_RegisterTypes); } @@ -114,6 +116,8 @@ bool ErrorCode_IsValid(int value) { switch (value) { case 0: case 1: + case 2: + case 3: return true; default: return false; |
