From 0ea90ef7c62dcdbc68fb250b1066340401c9d450 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Sat, 2 Mar 2013 21:47:04 -0500 Subject: added IServerEntryPoint to replace plugin.initialize --- MediaBrowser.Common/Kernel/IKernel.cs | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'MediaBrowser.Common/Kernel/IKernel.cs') diff --git a/MediaBrowser.Common/Kernel/IKernel.cs b/MediaBrowser.Common/Kernel/IKernel.cs index d02f0af20..0d123476c 100644 --- a/MediaBrowser.Common/Kernel/IKernel.cs +++ b/MediaBrowser.Common/Kernel/IKernel.cs @@ -40,7 +40,7 @@ namespace MediaBrowser.Common.Kernel /// Inits this instance. /// /// Task. - Task Init(); + void Init(); /// /// Gets or sets a value indicating whether this instance has pending kernel reload. @@ -71,12 +71,6 @@ namespace MediaBrowser.Common.Kernel /// void PerformPendingRestart(); - /// - /// Gets the plugins. - /// - /// The plugins. - IEnumerable Plugins { get; } - /// /// Gets the UDP server port number. /// @@ -123,12 +117,5 @@ namespace MediaBrowser.Common.Kernel /// /// The resource pools. ResourcePool ResourcePools { get; set; } - - /// - /// Removes the plugin. - /// - /// The plugin. - void RemovePlugin(IPlugin plugin); - } } -- cgit v1.2.3