diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-24 21:14:24 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-24 21:14:24 -0400 |
| commit | caebcf82c0c0c83dd77cd69051e9fc3a8b37b9ff (patch) | |
| tree | 51108fd6280f85ee7af1a9a52d9eeba609105f8f /MediaBrowser.Server.Startup.Common/INativeApp.cs | |
| parent | e46c40faf2b14bd50ef4c32fdbd8685d0b1e0dfe (diff) | |
removed ProcessManager
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/INativeApp.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs index 1c4b5b1d5..2dbd844ba 100644 --- a/MediaBrowser.Server.Startup.Common/INativeApp.cs +++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs @@ -1,5 +1,4 @@ using MediaBrowser.Common.Net; -using MediaBrowser.Controller.Diagnostics; using MediaBrowser.Model.Logging; using System.Collections.Generic; using System.Reflection; @@ -85,11 +84,5 @@ namespace MediaBrowser.Server.Startup.Common /// Prevents the system stand by. /// </summary> void PreventSystemStandby(); - - /// <summary> - /// Gets the process manager. - /// </summary> - /// <returns>IProcessManager.</returns> - IProcessManager GetProcessManager(); } } |
