[mono/mono] bfa71861: [Mono.Tuner] Make ISubStep.Initialize public virtual instead of private, so that consumers can override.

"Rolf Bjarne Kvinge ([email protected])" <[email protected]> Fri, 8 Nov 2013 14:12:28 +0000
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000142380e93d2-d47bbccf-4ffe-4bc6-844e-803e2e036134-000000@email.amazonses.com>
   Branch: refs/heads/mtvs-1.8-series
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/5f246a5889cc...bfa718615859

   Commit: bfa7186158592f3675ae046613d3ba71268cc0fc
   Author: Rolf Bjarne Kvinge <[email protected]> (rolfbjarne)
     Date: 2013-11-08 14:10:07 GMT
      URL: https://github.com/mono/mono/commit/bfa7186158592f3675ae046613d3ba71268cc0fc

[Mono.Tuner] Make ISubStep.Initialize public virtual instead of private, so that consumers can override.

Previously derived classes could implement ISubStep.Initialize, but after
da82237da061cf this (correctly) not allowed anymore.

Changed paths:
  M mcs/tools/tuner/Mono.Tuner/Dispatcher.cs

Modified: mcs/tools/tuner/Mono.Tuner/Dispatcher.cs
===================================================================
@@ -46,7 +46,7 @@ public abstract class BaseSubStep : ISubStep {
 
 		public abstract SubStepTargets Targets { get; }
 
-		void ISubStep.Initialize (LinkContext context)
+		public virtual void Initialize (LinkContext context)
 		{
 			this.context = context;
 		}


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches