commit | ffafdaa0f9a96d17d456c844a3e554512a5c121d | [log] [tgz] |
---|---|---|
author | csharptest <roger@csharptest.net> | Fri Jun 03 12:58:14 2011 -0500 |
committer | rogerk <devnull@localhost> | Fri Jun 03 12:58:14 2011 -0500 |
tree | da8bb40d40228429fa4b846bc7ef29c06e717e82 | |
parent | cc8d2aaa3a0b6bed6677fd488bc7deecd90f5604 [diff] [blame] |
Fully converted over to ICodedOutputStream for all WriteTo derivations
diff --git a/src/ProtocolBuffers.Test/TestProtos/UnitTestNoGenericServicesProtoFile.cs b/src/ProtocolBuffers.Test/TestProtos/UnitTestNoGenericServicesProtoFile.cs index 9449946..423c3ad 100644 --- a/src/ProtocolBuffers.Test/TestProtos/UnitTestNoGenericServicesProtoFile.cs +++ b/src/ProtocolBuffers.Test/TestProtos/UnitTestNoGenericServicesProtoFile.cs
@@ -117,7 +117,7 @@ } } - public override void WriteTo(pb::CodedOutputStream output) { + public override void WriteTo(pb::ICodedOutputStream output) { int size = SerializedSize; pb::ExtendableMessage<TestMessage, TestMessage.Builder>.ExtensionWriter extensionWriter = CreateExtensionWriter(this); if (HasA) {