aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/TestProtos/UnitTestGenericServices.cs
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-05-20 15:50:54 -0500
committerrogerk <devnull@localhost>2011-05-20 15:50:54 -0500
commit445bdcebe78994f09a97fcc95721703c14f1172b (patch)
tree471c601c5b896fea958cfe689d3bc9bd6644bd78 /src/ProtocolBuffers.Test/TestProtos/UnitTestGenericServices.cs
parent714b8699fe4c87183c6fd7192b47122b1afee932 (diff)
downloadprotobuf-445bdcebe78994f09a97fcc95721703c14f1172b.tar.gz
protobuf-445bdcebe78994f09a97fcc95721703c14f1172b.tar.bz2
protobuf-445bdcebe78994f09a97fcc95721703c14f1172b.zip
Completed adding attributes to all generated types
Diffstat (limited to 'src/ProtocolBuffers.Test/TestProtos/UnitTestGenericServices.cs')
-rw-r--r--src/ProtocolBuffers.Test/TestProtos/UnitTestGenericServices.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ProtocolBuffers.Test/TestProtos/UnitTestGenericServices.cs b/src/ProtocolBuffers.Test/TestProtos/UnitTestGenericServices.cs
index d1aab577..2792648e 100644
--- a/src/ProtocolBuffers.Test/TestProtos/UnitTestGenericServices.cs
+++ b/src/ProtocolBuffers.Test/TestProtos/UnitTestGenericServices.cs
@@ -6,6 +6,9 @@ using pbd = global::Google.ProtocolBuffers.Descriptors;
using scg = global::System.Collections.Generic;
namespace Google.ProtocolBuffers.TestProtos {
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.3.0.277")]
public static partial class UnitTestGenericServices {
#region Extension registration
@@ -55,6 +58,9 @@ namespace Google.ProtocolBuffers.TestProtos {
}
#region Services
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.3.0.277")]
public abstract class TestGenericService : pb::IService {
public abstract void Foo(
pb::IRpcController controller,
@@ -131,6 +137,9 @@ namespace Google.ProtocolBuffers.TestProtos {
return new Stub(channel);
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.3.0.277")]
public class Stub : global::Google.ProtocolBuffers.TestProtos.TestGenericService {
internal Stub(pb::IRpcChannel channel) {
this.channel = channel;
@@ -161,6 +170,9 @@ namespace Google.ProtocolBuffers.TestProtos {
}
}
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.3.0.277")]
public abstract class TestGenericServiceWithCustomOptions : pb::IService {
public abstract void Foo(
pb::IRpcController controller,
@@ -224,6 +236,9 @@ namespace Google.ProtocolBuffers.TestProtos {
return new Stub(channel);
}
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("ProtoGen", "2.3.0.277")]
public class Stub : global::Google.ProtocolBuffers.TestProtos.TestGenericServiceWithCustomOptions {
internal Stub(pb::IRpcChannel channel) {
this.channel = channel;