|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
#pragma warning disable 1591, 0612, 3021
|
|
|
#region Designer generated code
|
|
@@ -9,28 +9,28 @@ using pb = global::Google.Protobuf;
|
|
|
using pbc = global::Google.Protobuf.Collections;
|
|
|
using pbr = global::Google.Protobuf.Reflection;
|
|
|
using scg = global::System.Collections.Generic;
|
|
|
-namespace NettyClient.proto {
|
|
|
+namespace NettyClient.Proto {
|
|
|
|
|
|
-
|
|
|
- public static partial class MessageProtoReflection {
|
|
|
+
|
|
|
+ public static partial class MessageProtoCsReflection {
|
|
|
|
|
|
#region Descriptor
|
|
|
-
|
|
|
+
|
|
|
public static pbr::FileDescriptor Descriptor {
|
|
|
get { return descriptor; }
|
|
|
}
|
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
|
|
- static MessageProtoReflection() {
|
|
|
+ static MessageProtoCsReflection() {
|
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
|
string.Concat(
|
|
|
- "ChJNZXNzYWdlUHJvdG8ucHJvdG8SEmNuLnNhZ2FjbG91ZC5wcm90byI3CgdN",
|
|
|
- "ZXNzYWdlEgsKA2NtZBgBIAEoCRIOCgZ0YXNrSWQYAiABKAkSDwoHY29udGVu",
|
|
|
- "dBgDIAEoCUIQQgxNZXNzYWdlUHJvdG9IAWIGcHJvdG8z"));
|
|
|
+ "ChVNZXNzYWdlUHJvdG8tY3MucHJvdG8SEU5ldHR5Q2xpZW50LnByb3RvIjcK",
|
|
|
+ "B01lc3NhZ2USCwoDY21kGAEgASgJEg4KBnRhc2tJZBgCIAEoCRIPCgdjb250",
|
|
|
+ "ZW50GAMgASgJQhNCD01lc3NhZ2VQcm90b1N0ckgBYgZwcm90bzM="));
|
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
|
new pbr::FileDescriptor[] { },
|
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
|
- new pbr::GeneratedClrTypeInfo(typeof(global::NettyClient.proto.Message), global::NettyClient.proto.Message.Parser, new[]{ "Cmd", "TaskId", "Content" }, null, null, null, null)
|
|
|
+ new pbr::GeneratedClrTypeInfo(typeof(global::NettyClient.Proto.Message), global::NettyClient.Proto.Message.Parser, new[]{ "Cmd", "TaskId", "Content" }, null, null, null, null)
|
|
|
}));
|
|
|
}
|
|
|
#endregion
|
|
@@ -45,7 +45,7 @@ namespace NettyClient.proto {
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
public static pbr::MessageDescriptor Descriptor {
|
|
|
- get { return global::NettyClient.proto.MessageProtoReflection.Descriptor.MessageTypes[0]; }
|
|
|
+ get { return global::NettyClient.Proto.MessageProtoCsReflection.Descriptor.MessageTypes[0]; }
|
|
|
}
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|