diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-03-12 10:53:39 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-03-12 10:53:39 +0200 |
| commit | 64326bd1599ef3855212c737ddfaeb6756337e2d (patch) | |
| tree | 24d7e75ffc202ecb1916e7bb7d36cb01ceb977cb /Software/Visual_Studio/Tango.PMR/Integration | |
| parent | 0a8e05dca474e11fbc27e2b446d82a941019b6c9 (diff) | |
| download | Tango-64326bd1599ef3855212c737ddfaeb6756337e2d.tar.gz Tango-64326bd1599ef3855212c737ddfaeb6756337e2d.zip | |
Updated PMR.
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Integration')
| -rw-r--r-- | Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginIntent.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginIntent.cs b/Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginIntent.cs index 533f77168..63455d8f2 100644 --- a/Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginIntent.cs +++ b/Software/Visual_Studio/Tango.PMR/Integration/ExternalBridgeLoginIntent.cs @@ -23,9 +23,9 @@ namespace Tango.PMR.Integration { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Ch9FeHRlcm5hbEJyaWRnZUxvZ2luSW50ZW50LnByb3RvEhVUYW5nby5QTVIu", - "SW50ZWdyYXRpb24qNAoZRXh0ZXJuYWxCcmlkZ2VMb2dpbkludGVudBIJCgVC", - "YXNpYxAAEgwKCE92ZXJyaWRlEAFCIQofY29tLnR3aW5lLnRhbmdvLnBtci5p", - "bnRlZ3JhdGlvbmIGcHJvdG8z")); + "SW50ZWdyYXRpb24qRQoZRXh0ZXJuYWxCcmlkZ2VMb2dpbkludGVudBIJCgVC", + "YXNpYxAAEgwKCE92ZXJyaWRlEAESDwoLRGlhZ25vc3RpY3MQAkIhCh9jb20u", + "dHdpbmUudGFuZ28ucG1yLmludGVncmF0aW9uYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Integration.ExternalBridgeLoginIntent), }, null)); @@ -37,6 +37,7 @@ namespace Tango.PMR.Integration { public enum ExternalBridgeLoginIntent { [pbr::OriginalName("Basic")] Basic = 0, [pbr::OriginalName("Override")] Override = 1, + [pbr::OriginalName("Diagnostics")] Diagnostics = 2, } #endregion |
