Mercurial > pub > ImplabNet
comparison Implab/Diagnostics/ListenerBase.cs @ 152:240aa6994018 v2
component model refactoring
| author | cin |
|---|---|
| date | Thu, 11 Feb 2016 01:56:27 +0300 |
| parents | 04d4c92d0f28 |
| children | d45bdf510514 |
comparison
equal
deleted
inserted
replaced
| 151:ec91a6dfa5b3 | 152:240aa6994018 |
|---|---|
| 1 using System; | 1 using System; |
| 2 using System.Collections.Generic; | 2 using System.Collections.Generic; |
| 3 using System.Linq; | 3 using Implab.Components; |
| 4 using System.Text; | |
| 5 | 4 |
| 6 namespace Implab.Diagnostics { | 5 namespace Implab.Diagnostics { |
| 7 public abstract class ListenerBase : ServiceLocator, ILogWriter<object>, ILogWriter<TraceEvent> { | 6 public abstract class ListenerBase : ServiceLocator, ILogWriter<object>, ILogWriter<TraceEvent> { |
| 8 | 7 |
| 9 readonly Dictionary<object, Action> m_subscriptions = new Dictionary<object, Action>(); | 8 readonly Dictionary<object, Action> m_subscriptions = new Dictionary<object, Action>(); |
