X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fcorcompare%2Fmono-api-html%2FAssemblyComparer.cs;h=adbd862eb923bcba7c67f3a792b30862d6c78234;hb=36a31a578e18da5f9efdab9e7bc373bd7cfd8775;hp=e083c270850df8f96da78d13da5e07fed71c5394;hpb=0075f3921505d5a52e163992c41842f809499d2a;p=mono.git diff --git a/mcs/tools/corcompare/mono-api-html/AssemblyComparer.cs b/mcs/tools/corcompare/mono-api-html/AssemblyComparer.cs index e083c270850..adbd862eb92 100644 --- a/mcs/tools/corcompare/mono-api-html/AssemblyComparer.cs +++ b/mcs/tools/corcompare/mono-api-html/AssemblyComparer.cs @@ -25,6 +25,7 @@ // using System; +using System.Collections.Generic; using System.Xml.Linq; namespace Xamarin.ApiDiff { @@ -56,12 +57,12 @@ namespace Xamarin.ApiDiff { State.Assembly = current.GetAttribute ("name"); } - public override void Added (XElement target) + public override void Added (XElement target, bool wasParentAdded) { // one assembly per xml file } - public override void Modified (XElement source, XElement target) + public override void Modified (XElement source, XElement target, ApiChanges diff) { SourceAssembly = source.GetAttribute ("name"); TargetAssembly = target.GetAttribute ("name");