Extract IInstallationManager interface

first step to moving update logic to common
This commit is contained in:
Eric Reed
2013-02-26 15:21:43 -05:00
parent fbac08fead
commit 0c8d924bfc
4 changed files with 129 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
using MediaBrowser.Common.Kernel;
using MediaBrowser.Common.Plugins;
using MediaBrowser.Common.ScheduledTasks;
using MediaBrowser.Common.Updates;
using MediaBrowser.Controller.Drawing;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.IO;
@@ -70,7 +71,7 @@ namespace MediaBrowser.Controller
/// Gets the installation manager.
/// </summary>
/// <value>The installation manager.</value>
public InstallationManager InstallationManager { get; private set; }
public IInstallationManager InstallationManager { get; private set; }
/// <summary>
/// Gets or sets the file system manager.