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/ExtendableMessage.cs b/src/ProtocolBuffers/ExtendableMessage.cs index 7e988c4..b5fbac3 100644 --- a/src/ProtocolBuffers/ExtendableMessage.cs +++ b/src/ProtocolBuffers/ExtendableMessage.cs
@@ -230,7 +230,7 @@ } } - public void WriteUntil(int end, CodedOutputStream output) + public void WriteUntil(int end, ICodedOutputStream output) { while (next != null && next.Value.Key.FieldNumber < end) {