aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/TestProtos/UnitTestRpcInterop.cs
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-06-17 20:12:41 -0500
committerrogerk <devnull@localhost>2011-06-17 20:12:41 -0500
commitafff2c655c1d39b8f6cd7756c190a559d15134d1 (patch)
tree6f27d495aed0479496c9c731ef095b68462f2a7b /src/ProtocolBuffers.Test/TestProtos/UnitTestRpcInterop.cs
parent579bb3defe8ab062abfc9f812cdea529d0929d69 (diff)
downloadprotobuf-afff2c655c1d39b8f6cd7756c190a559d15134d1.tar.gz
protobuf-afff2c655c1d39b8f6cd7756c190a559d15134d1.tar.bz2
protobuf-afff2c655c1d39b8f6cd7756c190a559d15134d1.zip
Fixed A few last methods taking CodedInputStream
Diffstat (limited to 'src/ProtocolBuffers.Test/TestProtos/UnitTestRpcInterop.cs')
-rw-r--r--src/ProtocolBuffers.Test/TestProtos/UnitTestRpcInterop.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProtocolBuffers.Test/TestProtos/UnitTestRpcInterop.cs b/src/ProtocolBuffers.Test/TestProtos/UnitTestRpcInterop.cs
index f5fa46e5..df5d3076 100644
--- a/src/ProtocolBuffers.Test/TestProtos/UnitTestRpcInterop.cs
+++ b/src/ProtocolBuffers.Test/TestProtos/UnitTestRpcInterop.cs
@@ -1305,7 +1305,7 @@ namespace Google.ProtocolBuffers.TestProtos {
if (dispose) ((global::System.IDisposable)implementation).Dispose();
}
- public pb::IMessageLite CallMethod(string methodName, pb::CodedInputStream input, pb::ExtensionRegistry registry) {
+ public pb::IMessageLite CallMethod(string methodName, pb::ICodedInputStream input, pb::ExtensionRegistry registry) {
switch(methodName) {
case "Search": return implementation.CallMethod(methodName, global::Google.ProtocolBuffers.TestProtos.SearchRequest.ParseFrom(input, registry), global::Google.ProtocolBuffers.TestProtos.SearchResponse.CreateBuilder());
case "RefineSearch": return implementation.CallMethod(methodName, global::Google.ProtocolBuffers.TestProtos.RefineSearchRequest.ParseFrom(input, registry), global::Google.ProtocolBuffers.TestProtos.SearchResponse.CreateBuilder());