[mono/mono] 009689da: [Mono.Tuner] Make ISubStep.Initialize public virtual instead of private, so that consumers can override.
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <0000014237ffd1e0-1a135322-75cc-4b76-aae0-d9860a5363ca-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/mono
Compare: https://github.com/mono/mono/compare/d6225bca64a7...009689da6355
Commit: 009689da63555f3862529884cb6754bd538c8164
Author: Rolf Bjarne Kvinge <[email protected]> (rolfbjarne)
Date: 2013-11-08 13:50:46 GMT
URL: https://github.com/mono/mono/commit/009689da63555f3862529884cb6754bd538c8164
[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