aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/GeneratedBuilderLite.cs
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-06-03 21:57:15 -0500
committerrogerk <devnull@localhost>2011-06-03 21:57:15 -0500
commit17699c21f98bda5ca039be3f5d43c9b0aa462aea (patch)
treea918f950dbffbc6ef719a58dc71fb10e0db50f6f /src/ProtocolBuffers/GeneratedBuilderLite.cs
parentd2af9e923f4f2d7f7c56a2e74d5a26536aae0369 (diff)
downloadprotobuf-17699c21f98bda5ca039be3f5d43c9b0aa462aea.tar.gz
protobuf-17699c21f98bda5ca039be3f5d43c9b0aa462aea.tar.bz2
protobuf-17699c21f98bda5ca039be3f5d43c9b0aa462aea.zip
Extracted ICodedInputStream interface
Diffstat (limited to 'src/ProtocolBuffers/GeneratedBuilderLite.cs')
-rw-r--r--src/ProtocolBuffers/GeneratedBuilderLite.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProtocolBuffers/GeneratedBuilderLite.cs b/src/ProtocolBuffers/GeneratedBuilderLite.cs
index 25628422..b916a8b0 100644
--- a/src/ProtocolBuffers/GeneratedBuilderLite.cs
+++ b/src/ProtocolBuffers/GeneratedBuilderLite.cs
@@ -98,7 +98,7 @@ namespace Google.ProtocolBuffers
/// </summary>
/// <returns>true unless the tag is an end-group tag</returns>
[CLSCompliant(false)]
- protected virtual bool ParseUnknownField(CodedInputStream input,
+ protected virtual bool ParseUnknownField(ICodedInputStream input,
ExtensionRegistry extensionRegistry, uint tag, string fieldName)
{
return input.SkipField();