From fe3323a492a35cae736350e896afd077e13e111d Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Fri, 1 Mar 2013 16:22:34 -0500 Subject: fixes around http response caching, updated the mb icon in the dashboard, and isolated web socket events --- MediaBrowser.Common/Kernel/IKernel.cs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'MediaBrowser.Common/Kernel/IKernel.cs') diff --git a/MediaBrowser.Common/Kernel/IKernel.cs b/MediaBrowser.Common/Kernel/IKernel.cs index dac94cee2..d02f0af20 100644 --- a/MediaBrowser.Common/Kernel/IKernel.cs +++ b/MediaBrowser.Common/Kernel/IKernel.cs @@ -13,6 +13,11 @@ namespace MediaBrowser.Common.Kernel /// public interface IKernel : IDisposable { + /// + /// Occurs when [has pending restart changed]. + /// + event EventHandler HasPendingRestartChanged; + /// /// Gets the application paths. /// @@ -84,12 +89,6 @@ namespace MediaBrowser.Common.Kernel /// The HTTP server URL prefix. string HttpServerUrlPrefix { get; } - /// - /// Gets the TCP manager. - /// - /// The TCP manager. - IServerManager ServerManager { get; } - /// /// Gets the plug-in security manager. /// -- cgit v1.2.3